mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update web-platform-tests to revision b'ee6da9d71d0268d7fdb04e8e5b26858f46ee0cc4'
This commit is contained in:
parent
4401622eb1
commit
b77ad115f6
16832 changed files with 270819 additions and 87621 deletions
|
@ -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="columns:2; column-gap:0; column-fill:auto; width:100px; height:100px; background:red;">
|
||||
<div style="height:100px; background:green;"></div>
|
||||
<div style="contain:size; height:0;">
|
||||
<div style="height:100px; background:green;"></div>
|
||||
<div style="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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue