summaryrefslogtreecommitdiffstats
path: root/dom/tests/reftest/bug559996-iframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/tests/reftest/bug559996-iframe.html')
-rw-r--r--dom/tests/reftest/bug559996-iframe.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/tests/reftest/bug559996-iframe.html b/dom/tests/reftest/bug559996-iframe.html
new file mode 100644
index 0000000000..b576d1d223
--- /dev/null
+++ b/dom/tests/reftest/bug559996-iframe.html
@@ -0,0 +1,7 @@
+<html>
+<!-- This page is loaded in a 200px-square iframe scrolled to #down. -->
+<body>
+<div id="first" style="height: 150px; background: lightblue;">first</div>
+<div id="down" style="height: 250px; background: lightgreen;">second</div>
+</body>
+</html>