Update web-platform-tests to revision fa663532c77aef32c4c04abdc3d7278ff568da93

This commit is contained in:
WPT Sync Bot 2020-10-02 08:19:35 +00:00
parent ac354572e2
commit efbf39f40a
75 changed files with 327 additions and 122 deletions

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-break-3/">
<link rel="help" href="https://www.w3.org/TR/CSS22/visudet.html#root-height">
<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; column-gap:0; width:100px; height:100px; background:red;">
<div style="display:flow-root; background:green;">
<div style="float:left; width:50%; height:200px;"></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-break-3/">
<link rel="help" href="https://www.w3.org/TR/CSS22/visudet.html#root-height">
<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; column-gap:0; width:100px; height:100px; background:red;">
<div style="display:flow-root; background:green;">
<div style="float:left; width:50%; height:150px;"></div>
<div style="float:left; clear:left; width:50%; height:50px;"></div>
</div>
</div>