mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision 8d1253647cfe3809ddf58a4ad7c9da5f26985d7e
This commit is contained in:
parent
553ff20468
commit
48c420fdb5
440 changed files with 6186 additions and 3542 deletions
|
@ -0,0 +1,3 @@
|
|||
<!DOCTYPE html>
|
||||
<div style="width: 200px; height: 200px; overflow: hidden; resize: both; background: yellow">
|
||||
</div>
|
|
@ -0,0 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<title>CSS resize: child with will-change: transform</title>
|
||||
<link rel="help" href="http://www.w3.org/TR/css3-ui/#resize">
|
||||
<link rel="author" title="Xianzhu Wang" href="mailto:wangxianzhu@chromium.org">
|
||||
<link rel="match" href="resize-child-will-change-transform-ref.html">
|
||||
<div id="resize" style="width: 200px; height: 200px; overflow: auto; resize: both">
|
||||
<div id="will-change" style="width: 100%; height: 100%; background: yellow; will-change: transform"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue