summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-overflow/overflow-body-propagation-002.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-overflow/overflow-body-propagation-002.html')
-rw-r--r--testing/web-platform/tests/css/css-overflow/overflow-body-propagation-002.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-overflow/overflow-body-propagation-002.html b/testing/web-platform/tests/css/css-overflow/overflow-body-propagation-002.html
new file mode 100644
index 0000000000..5991dd52e8
--- /dev/null
+++ b/testing/web-platform/tests/css/css-overflow/overflow-body-propagation-002.html
@@ -0,0 +1,6 @@
+<!doctype html>
+<title>CSS Overflow Test: Do not propagate overflow of display:none body to viewport</title>
+<link rel="help" href="https://drafts.csswg.org/css-overflow-3/#overflow-propagation">
+<link rel="help" href="https://github.com/w3c/csswg-drafts/pull/4148">
+<link rel="match" href="/css/reference/blank.html">
+<body style="display:none; overflow:scroll"></body>