Update web-platform-tests to revision 1e4e3bd750800f64153c7f1a49c39d2b07abb10a

This commit is contained in:
WPT Sync Bot 2020-10-03 08:20:17 +00:00
parent 4368a78258
commit 4d10b28d12
200 changed files with 1703 additions and 530 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://www.w3.org/TR/css-multicol-1/#spanning-columns">
<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-gap:0; width:100px; background:red;">
<div style="height:100px;"></div>
<div>
<div style="column-span:all; height:50px;"></div>
</div>
<div style="display:flow-root; height:0;">
<div style="width:100px; height:100px; margin-top:-100px; background:green;"></div>
</div>
</div>