mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +00:00
6 lines
371 B
HTML
6 lines
371 B
HTML
<!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>
|