summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-enabled/input/input-fieldset-legend-ref-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-enabled/input/input-fieldset-legend-ref-2.html')
-rw-r--r--layout/reftests/css-enabled/input/input-fieldset-legend-ref-2.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/css-enabled/input/input-fieldset-legend-ref-2.html b/layout/reftests/css-enabled/input/input-fieldset-legend-ref-2.html
new file mode 100644
index 0000000000..4d0658b642
--- /dev/null
+++ b/layout/reftests/css-enabled/input/input-fieldset-legend-ref-2.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <link rel='stylesheet' type='text/css' href='style.css'>
+ <body>
+ <fieldset class="ref">
+ <legend>
+ </legend>
+ <legend>
+ <input class="ref">
+ </legend>
+ </fieldset>
+ </body>
+</html>