Update web-platform-tests to revision 8d1253647cfe3809ddf58a4ad7c9da5f26985d7e

This commit is contained in:
WPT Sync Bot 2020-11-13 08:20:12 +00:00
parent 553ff20468
commit 48c420fdb5
440 changed files with 6186 additions and 3542 deletions

View file

@ -0,0 +1,3 @@
<!DOCTYPE html>
<div style="width: 200px; height: 200px; overflow: hidden; resize: both; background: yellow">
</div>

View file

@ -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>