Update web-platform-tests to revision fa5f0edd48aca7acfa7d35f1be31cb0dd65817c6

This commit is contained in:
WPT Sync Bot 2020-06-25 08:21:34 +00:00
parent 6659e9004d
commit a4cebda3db
110 changed files with 1473 additions and 526 deletions

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/#cf" title="7.1. column-fill">
<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; height:200px; width:100px;">
<div style="columns:2; column-gap:0; background:red;">
<div style="height:600px;">
<div style="height:100px; background:green;"></div>
<div style="height:100px; background:white;"></div>
<div style="height:100px; background:green;"></div>
<div style="height:100px; background:white;"></div>
<div style="height:200px; background:green;"></div>
</div>
</div>
</div>