mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update web-platform-tests to revision 097043b336e46876e281ddec3bb014fe9c480128
This commit is contained in:
parent
ecd32570c0
commit
b68253eac0
405 changed files with 9164 additions and 3050 deletions
|
@ -0,0 +1,14 @@
|
|||
<!doctype html>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-overflow/#overflow-propagation">
|
||||
<link rel="help" href="https://github.com/w3c/csswg-drafts/pull/4148">
|
||||
<link rel="match" href="reference/overflow-body-no-propagation-ref.html">
|
||||
<style>
|
||||
html {
|
||||
overflow: hidden;
|
||||
}
|
||||
body {
|
||||
overflow: scroll;
|
||||
margin-top: 100px;
|
||||
}
|
||||
</style>
|
||||
<body>The body should have scrollbars, not the viewport.</body>
|
Loading…
Add table
Add a link
Reference in a new issue