summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/403733-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/403733-1.html')
-rw-r--r--layout/reftests/bugs/403733-1.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bugs/403733-1.html b/layout/reftests/bugs/403733-1.html
new file mode 100644
index 000000000..d8b4ad15f
--- /dev/null
+++ b/layout/reftests/bugs/403733-1.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<head>
+</head>
+
+<body onload="document.getElementById('legend').style.display = '';">
+
+<form action="">
+ <fieldset>
+ <legend id="legend" style="display: none;">TEST</legend>
+ </fieldset>
+</form>
+
+</body>
+</html>