Update web-platform-tests to revision b'9ce4a6482a088da3d74f895d8ad15c5ce0c25d28'

This commit is contained in:
WPT Sync Bot 2022-12-17 01:16:22 +00:00
parent dca3b2f0c1
commit 02d490892d
162 changed files with 3675 additions and 951 deletions

View file

@ -0,0 +1,35 @@
<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1399336">
<body>
<div style="width: 6000px; height: 6000px;">
<div style="columns: 4; border: 1px solid black;">
<div style="height: 50px; width: 550px; float: right;">Text</div>
<div style="display: grid; grid-template-columns: repeat(auto-fill,250px);">
<div style="width: 250px;">
<div style="height: 550px;"></div>
</div>
<div style="width: 250px;">
<div style="height: 550px;"></div>
</div>
<div style="width: 250px;">
<div style="height: 550px;"></div>
</div>
<div style="width: 250px;">
<div style="height: 550px;"></div>
</div>
<div style="width: 250px;">
<div style="height: 550px;"></div>
</div>
<div style="width: 250px;">
<div style="height: 550px;"></div>
</div>
<div style="width: 250px;">
<div style="height: 550px;"></div>
</div>
<div style="width: 250px;">
<div style="height: 550px;"></div>
</div>
</div>
</div>
</div>
</body>