mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
6 lines
380 B
HTML
6 lines
380 B
HTML
<!doctype html>
|
|
<title>CSS Overflow Test: Frameset overflow does not propagate to viewport</title>
|
|
<meta name="assert" content="The computed overflow should not propagate from frameset to thte viewport">
|
|
<link rel="help" href="https://drafts.csswg.org/css-overflow/#overflow-propagation">
|
|
<link rel="match" href="/common/blank.html">
|
|
<frameset style="overflow:scroll"></frameset>
|