summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/test_scroll_into_view_in_oopif.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/tests/test_scroll_into_view_in_oopif.html')
-rw-r--r--layout/base/tests/test_scroll_into_view_in_oopif.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/base/tests/test_scroll_into_view_in_oopif.html b/layout/base/tests/test_scroll_into_view_in_oopif.html
new file mode 100644
index 0000000000..7264a20d62
--- /dev/null
+++ b/layout/base/tests/test_scroll_into_view_in_oopif.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<style>
+#scroller {
+ width: 300px;
+ height: 300px;
+ overflow: scroll;
+}
+#spacer {
+ width: 100%;
+ height: 1000px;
+}
+</style>
+<div id="scroller">
+ <div id="spacer"></div>
+ <iframe id="iframe"></iframe>
+</div>