Update web-platform-tests to revision b'3ee7ccc2abbbc8d8f6efbb45f80bffdb3c0c76ba'

This commit is contained in:
WPT Sync Bot 2023-03-11 01:43:56 +00:00
parent 111363d338
commit 2ebdfcea9d
630 changed files with 8297 additions and 4979 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=1417976">
<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;">
<div style="display:flex;">
<div style="width:100px; max-height:50px;">
<div style="height:50px; background:green;"></div>
<div style="height:50px; background:red;"></div>
</div>
</div>
<div style="position:relative; width:100px; height:50px; background:green;"></div>
</div>