summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/cssom-view/scrollTop-display-change-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/cssom-view/scrollTop-display-change-ref.html')
-rw-r--r--testing/web-platform/tests/css/cssom-view/scrollTop-display-change-ref.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/cssom-view/scrollTop-display-change-ref.html b/testing/web-platform/tests/css/cssom-view/scrollTop-display-change-ref.html
new file mode 100644
index 0000000000..9f1259787b
--- /dev/null
+++ b/testing/web-platform/tests/css/cssom-view/scrollTop-display-change-ref.html
@@ -0,0 +1,8 @@
+<!doctype html>
+<meta charset=utf-8>
+<div id="scroller" style="height: 100px; overflow: scroll">
+ <div style="height: 1000px">
+ I should be visible.
+ </div>
+ I should not be visible.
+</div>