mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Update web-platform-tests to revision da0a378536add99eaffc33f733b5960457bd38df
This commit is contained in:
parent
b22e34fb74
commit
bc7c10c2ce
150 changed files with 5753 additions and 3515 deletions
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
||||
<link rel="help" href="https://www.w3.org/TR/css-break-3/#parallel-flows">
|
||||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<meta name="assert" content="A float that doesn't fit in the current fragmentainer will be pushed to next fragmentainer, while subsequent content may still fit in the former fragmentainer, without being affected by the float">
|
||||
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
|
||||
<div style="columns:3; column-fill:auto; height:100px;">
|
||||
<div style="width:100px; background:red;">
|
||||
<div style="width:200px;">
|
||||
<div style="width:100px; height:50px; background:green;"></div>
|
||||
<div style="float:left; width:50px; line-height:60px;"><br></div>
|
||||
<div style="clear:right; width:100px; height:50px; display:flow-root; background:green;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -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-break-3/#parallel-flows">
|
||||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<meta name="assert" content="A float that doesn't fit in the current fragmentainer will be pushed to next fragmentainer, while subsequent content may still fit in the former fragmentainer, without being affected by the float">
|
||||
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
|
||||
<div style="columns:3; column-fill:auto; column-gap:0; width:150px; height:100px;">
|
||||
<div style="background:red;">
|
||||
<div style="width:50px; height:50px; background:green;"></div>
|
||||
<div style="float:left; width:50px; line-height:70px; background:green;"><br></div>
|
||||
<div style="float:left; width:50px; line-height:30px; background:green;"><br></div>
|
||||
<div style="width:50px; height:50px; display:flow-root; background:green;"></div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
||||
<link rel="help" href="https://www.w3.org/TR/css-break-3/#parallel-flows">
|
||||
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
|
||||
<meta name="assert" content="A float that doesn't fit in the current fragmentainer will be pushed to next fragmentainer, while subsequent content may still fit in the former fragmentainer, but it still needs to apply clearance as needed.">
|
||||
<p>Test passes if there is a filled green square.</p>
|
||||
<div style="columns:3; column-fill:auto; column-gap:0; width:150px; height:120px;">
|
||||
<div style="height:100px; background:green;"></div>
|
||||
<div style="float:right; width:10px; line-height:100px; background:green;"><br></div>
|
||||
<div style="float:left; width:40px; line-height:60px; background:green;"><br></div>
|
||||
<div style="clear:left; height:40px;background:green;"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue