mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update web-platform-tests to revision 431d16dc58b4e276add7d569cce302d8d246b299
This commit is contained in:
parent
ed89361811
commit
fa3a407699
144 changed files with 2039 additions and 755 deletions
|
@ -0,0 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<p>There should be no red.</p>
|
||||
<div style="position:absolute; top:0; left:0; background-color:green; height:100px; width:100px;"></div>
|
||||
<div style="position:absolute; bottom:0; right:0; background-color:green; height:100px; width:100px;"></div>
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<title>Abspos elements nested inside a column spanner</title>
|
||||
<link rel="help" href="href=https://drafts.csswg.org/css-multicol/">
|
||||
<link rel="match" href="abspos-containing-block-outside-spanner-ref.html">
|
||||
<p>There should be no red.</p>
|
||||
<div style="position:absolute; top:0; left:0; background-color:red; height:100px; width:100px;"></div>
|
||||
<div style="position:absolute; bottom:0; right:0; background-color:red; height:100px; width:100px;"></div>
|
||||
<div style="columns:3; column-gap:1em; width:20em;">
|
||||
<div style="position:relative;">
|
||||
<div style="column-span:all; height:50px;">
|
||||
<div style="position:absolute; top:0; left:0; background-color:green; height:100px; width:100px;"></div>
|
||||
<div style="position:absolute; bottom:0; right:0; background-color:green; height:100px; width:100px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue