summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/fieldset/sticky-legend-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/fieldset/sticky-legend-1-ref.html')
-rw-r--r--layout/reftests/forms/fieldset/sticky-legend-1-ref.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/forms/fieldset/sticky-legend-1-ref.html b/layout/reftests/forms/fieldset/sticky-legend-1-ref.html
new file mode 100644
index 0000000000..6557d81258
--- /dev/null
+++ b/layout/reftests/forms/fieldset/sticky-legend-1-ref.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML>
+<html>
+<body>
+<fieldset style="overflow:hidden; height:300px; border-style: solid;">
+ <legend style="position:fixed; top:0"><div style="width:200px; height:50px; background:yellow;"></div></legend>
+</fieldset>
+<div style="height:5000px;"></div>
+<script>
+window.scrollTo(0,100);
+</script>
+</body>
+</html>