summaryrefslogtreecommitdiffstats
path: root/dom/html/reftests/figure-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/reftests/figure-ref.html')
-rw-r--r--dom/html/reftests/figure-ref.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/html/reftests/figure-ref.html b/dom/html/reftests/figure-ref.html
new file mode 100644
index 0000000000..23ca9f6037
--- /dev/null
+++ b/dom/html/reftests/figure-ref.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<title>The figure element</title>
+<link rel=author title=Ms2ger href=ms2ger@gmail.com>
+<link rel=help href=http://www.whatwg.org/html5/#the-figure-element>
+<style>
+body > div { margin: 1em 40px; }
+</style>
+<div>
+<div>Caption</div>
+Figure
+</div>