Update web-platform-tests to revision b'6275bd0cf6fcfbfb531d371666602ddf4ca6dbf6'

This commit is contained in:
WPT Sync Bot 2022-12-16 01:28:46 +00:00
parent 2a45f247c4
commit afd92e9e80
214 changed files with 6026 additions and 531 deletions

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1399336">
<body>
<div style="width: 2000px; height: 2000px;">
<div style="columns: 2; 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>
</div>
</div>
</body>

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1395581">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="columns:2; column-fill:auto; height:200px;">
<div style="width:60px; height:60px; direction:rtl; border:20px solid green; background:red;">
<div style="position:relative;">
<div style="position:absolute; left:0; top:0; width:60px; height:30px; background:green;"></div>
<div style="position:absolute; right:0; top:30px; width:60px; height:30px; background:green;"></div>
</div>
</div>
</div>

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1395581">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="columns:2; column-fill:auto; gap:0; width:100px; height:100px; background:red;">
<div style="width:30px; height:180px; direction:rtl; border:10px solid green;">
<div style="position:relative;">
<div style="position:absolute; left:0; top:0; width:30px; height:90px; background:green;"></div>
<div style="position:absolute; right:0; top:90px; width:30px; height:90px; background:green;"></div>
</div>
</div>
</div>

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1395581">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="position:absolute; margin-left:15px; margin-top:15px; width:30px; height:70px; background:green;"></div>
<div style="columns:2; column-fill:auto; height:200px;">
<div style="width:70px; height:70px; direction:rtl; border:solid 15px green; background:red;">
<div style="position:relative;">
<div style="position:absolute; width:40px; height:70px; background:green;"></div>
</div>
</div>
</div>

View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1395581">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="position:absolute; margin-left:10px; margin-top:10px; width:10px; height:90px; background:green;"></div>
<div style="position:absolute; margin-left:60px; width:10px; height:90px; background:green;"></div>
<div style="columns:2; column-fill:auto; gap:0; width:100px; height:100px; background:red;">
<div style="width:32px; height:180px; direction:rtl; border:solid 10px green; border-right-width:8px;">
<div style="position:relative;">
<div style="position:absolute; width:22px; height:180px; background:green;"></div>
</div>
</div>
</div>