Update web-platform-tests to revision b'99458bfd6e43f5842a4a510cc5adfd8185e5c64c'

This commit is contained in:
WPT Sync Bot 2022-11-19 01:20:42 +00:00
parent eac515e4ab
commit ec97b29ff1
334 changed files with 5735 additions and 3175 deletions

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=1383978">
<div style="columns:5; height:10px;">
<div style="height:0;">
<div style="contain:size; height:20px;"></div>
<div style="contain:size; height:20px;"></div>
<div></div>
<div style="break-before:column;"></div>
</div>
<div>
<div style="contain:size; height:20px;"></div>
<div style="contain:size; height:20px;"></div>
<div style="column-span:all;"></div>
</div>
</div>

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/#spanning-columns">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1383916">
<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; width:100px; gap:0; orphans:1; widows:1; background:red;">
<div style="float:left; width:50px; height:180px; background:green;"></div>
<div>
<div style="column-span:all; height:10px; background:green;"></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://www.w3.org/TR/css-multicol-1/#spanning-columns">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1383916">
<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; width:100px; gap:0; orphans:1; widows:1; background:red;">
<div style="float:left; width:50px; height:180px; background:green;"></div>
<div>
<div>
<div style="column-span:all; height:10px; background:green;"></div>
</div>
</div>
</div>

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/#spanning-columns">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1383916">
<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; width:100px; gap:0; orphans:1; widows:1; background:red;">
<div style="float:left; width:50px; height:180px; background:green;"></div>
<span>
<div style="column-span:all; height:10px; background:green;"></div>
</span>
</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://www.w3.org/TR/css-multicol-1/#spanning-columns">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1383916">
<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; width:100px; gap:0; orphans:1; widows:1; background:red;">
<div style="height:0;">
<div style="height:90px; background:green;"></div>
<div style="break-before:column; height:90px; background:green;"></div>
</div>
<span>
<div style="column-span:all; height:10px; background:green;"></div>
</span>
</div>