summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-overflow/reference/overflow-body-no-propagation-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-overflow/reference/overflow-body-no-propagation-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-overflow/reference/overflow-body-no-propagation-ref.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-overflow/reference/overflow-body-no-propagation-ref.html b/testing/web-platform/tests/css/css-overflow/reference/overflow-body-no-propagation-ref.html
new file mode 100644
index 0000000000..9795d1f586
--- /dev/null
+++ b/testing/web-platform/tests/css/css-overflow/reference/overflow-body-no-propagation-ref.html
@@ -0,0 +1,5 @@
+<!doctype html>
+<html style="overflow:auto">
+<title>CSS Overflow Test Reference</title>
+<body style="margin-top:100px;overflow:scroll">The body should have scrollbars, not the viewport.</body>
+</html>