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