mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Update web-platform-tests to revision 1e4e3bd750800f64153c7f1a49c39d2b07abb10a
This commit is contained in:
parent
4368a78258
commit
4d10b28d12
200 changed files with 1703 additions and 530 deletions
|
@ -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-multicol-1/#spanning-columns">
|
||||
<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; width:100px; background:red;">
|
||||
<div style="height:100px;"></div>
|
||||
<div>
|
||||
<div style="column-span:all; height:50px;"></div>
|
||||
</div>
|
||||
<div style="display:flow-root; height:0;">
|
||||
<div style="width:100px; height:100px; margin-top:-100px; background:green;"></div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue