Update web-platform-tests to revision b'ee6da9d71d0268d7fdb04e8e5b26858f46ee0cc4'

This commit is contained in:
WPT Sync Bot 2022-01-20 04:38:55 +00:00 committed by cybai
parent 4401622eb1
commit b77ad115f6
16832 changed files with 270819 additions and 87621 deletions

View file

@ -3,9 +3,13 @@
<link rel="help" href="https://www.w3.org/TR/css-break-3/#monolithic">
<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="writing-mode:vertical-lr; columns:2; column-gap:0; column-fill:auto; inline-size:100px; block-size:100px; background:red;">
<div style="block-size:100px; background:green;"></div>
<div style="contain:size; block-size:0;">
<div style="block-size:100px; background:green;"></div>
<div style="writing-mode:vertical-lr; inline-size:100px; block-size:100px; background:red;">
<div style="columns:2; column-gap:0; column-fill:auto; block-size:50px;">
<div style="block-size:50px; background:green;"></div>
<div style="contain:size; block-size:0;">
<div style="block-size:25px; background:green;"></div>
<div style="block-size:25px; background:green;"></div>
</div>
<div style="contain:size; block-size:100px; background:green;"></div>
</div>
</div>