mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Update web-platform-tests to revision a49081e46a18e439defbd77d18cc5e261d68b215
This commit is contained in:
parent
aa9f16ce45
commit
fb0507d174
69 changed files with 1412 additions and 698 deletions
|
@ -0,0 +1,12 @@
|
|||
<!doctype html>
|
||||
<title>overflow-y: scroll on an empty element doesn't cause it to gain height</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-overflow/#propdef-overflow-y">
|
||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1365806">
|
||||
<link rel="match" href="/css/reference/blank.html">
|
||||
<style>
|
||||
div {
|
||||
background: red;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
</style>
|
||||
<div></div>
|
Loading…
Add table
Add a link
Reference in a new issue