mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Update web-platform-tests to revision 14f4f8e2c8ec5868a7c50fe647555cd966ba08a3
This commit is contained in:
parent
3097eb7de9
commit
714a3cfe1e
101 changed files with 2305 additions and 206 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<div style="columns: 2">
|
||||
<div>Column1</div>
|
||||
<div style="padding: 2px">Column2<br>Column2 line2</div>
|
||||
<div style="break-inside: avoid; padding: 2px">Column2<br>Column2 line2</div>
|
||||
</div>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<title>CSS Multi-column Layout Test: multicol with overflow-clipped content</title>
|
||||
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-break/#possible-breaks">
|
||||
<link rel="match" href="multicol-overflow-clip-auto-sized-ref.html">
|
||||
<meta name="assert" content="Overflow clip sized to content should not clip even under multicol.">
|
||||
<div style="columns: 2">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<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-fill:auto; column-gap:0; width:100px; background:red;">
|
||||
<div style="columns:2; column-gap:0; width:100px; background:red;">
|
||||
<div style="height:200px; background:green;">
|
||||
<div style="column-span:all;"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue