Update web-platform-tests to revision 14f4f8e2c8ec5868a7c50fe647555cd966ba08a3

This commit is contained in:
WPT Sync Bot 2020-08-11 08:21:40 +00:00
parent 3097eb7de9
commit 714a3cfe1e
101 changed files with 2305 additions and 206 deletions

View file

@ -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>

View file

@ -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">

View file

@ -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>