Update web-platform-tests to revision b'f0b66362cc5dec54d81e0a56458b48f310a2eba9'

This commit is contained in:
WPT Sync Bot 2023-04-16 01:26:13 +00:00
parent 766917ef4f
commit 75286b8eab
467 changed files with 8309 additions and 3209 deletions

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=1432946">
<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; gap:0; width:100px; height:100px; column-fill:auto; background:red;">
<div style="position:relative; overflow-y:clip; height:200px;">
<div style="position:absolute; width:100%; height:300px;">
<div style="height:200px; background:green;"></div>
<div style="height:200px; background:red;"></div>
</div>
<div style="height:1000px; background:red;"></div>
</div>
</div>

View file

@ -0,0 +1,15 @@
<!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=1432946">
<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; gap:0; width:100px; height:100px; column-fill:auto; background:red;">
<div style="position:relative; overflow-y:clip; height:200px;">
<div style="height:150px;"></div>
<div style="position:absolute; top:0; width:100%; height:300px;">
<div style="height:200px; background:green;"></div>
<div style="height:200px; background:red;"></div>
</div>
<div style="height:1000px; background:red;"></div>
</div>
</div>

View file

@ -0,0 +1,16 @@
<!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=1432946">
<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; gap:0; width:100px; height:100px; column-fill:auto; background:red;">
<div style="position:relative; overflow-y:clip; height:200px;">
<div style="height:150px;"></div>
<div style="position:absolute; top:-100px; width:100%; height:300px;">
<div style="height:100px; background:red;"></div>
<div style="height:200px; background:green;"></div>
<div style="height:200px; background:red;"></div>
</div>
<div style="height:1000px; background:red;"></div>
</div>
</div>

View file

@ -0,0 +1,19 @@
<!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=1432946">
<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; gap:0; column-fill:auto; width:100px; height:100px; background:red;">
<div style="height:70px; background:green;"></div>
<div style="float:left; break-inside:avoid; width:100%; height:40px; background:green;"></div>
<div style="position:relative; display:flow-root; overflow-y:clip; width:100%; height:90px; background:red;">
<div style="height:30px; background:green;"></div>
<div style="height:10px;"></div>
<div style="position:absolute; margin-top:-30px; width:100%;">
<div style="height:20px; background:red;"></div>
<div style="height:60px; background:green;"></div>
<div style="height:20px; background:red;"></div>
</div>
<div style="height:1000px;"></div>
</div>
</div>