mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision b'99458bfd6e43f5842a4a510cc5adfd8185e5c64c'
This commit is contained in:
parent
eac515e4ab
commit
ec97b29ff1
334 changed files with 5735 additions and 3175 deletions
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1383978">
|
||||
<div style="columns:5; height:10px;">
|
||||
<div style="height:0;">
|
||||
<div style="contain:size; height:20px;"></div>
|
||||
<div style="contain:size; height:20px;"></div>
|
||||
<div></div>
|
||||
<div style="break-before:column;"></div>
|
||||
</div>
|
||||
<div>
|
||||
<div style="contain:size; height:20px;"></div>
|
||||
<div style="contain:size; height:20px;"></div>
|
||||
<div style="column-span:all;"></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-multicol-1/#spanning-columns">
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1383916">
|
||||
<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; width:100px; gap:0; orphans:1; widows:1; background:red;">
|
||||
<div style="float:left; width:50px; height:180px; background:green;"></div>
|
||||
<div>
|
||||
<div style="column-span:all; height:10px; background:green;"></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-multicol-1/#spanning-columns">
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1383916">
|
||||
<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; width:100px; gap:0; orphans:1; widows:1; background:red;">
|
||||
<div style="float:left; width:50px; height:180px; background:green;"></div>
|
||||
<div>
|
||||
<div>
|
||||
<div style="column-span:all; height:10px; background:green;"></div>
|
||||
</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-multicol-1/#spanning-columns">
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1383916">
|
||||
<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; width:100px; gap:0; orphans:1; widows:1; background:red;">
|
||||
<div style="float:left; width:50px; height:180px; background:green;"></div>
|
||||
<span>
|
||||
<div style="column-span:all; height:10px; background:green;"></div>
|
||||
</span>
|
||||
</div>
|
|
@ -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-multicol-1/#spanning-columns">
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1383916">
|
||||
<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; width:100px; gap:0; orphans:1; widows:1; background:red;">
|
||||
<div style="height:0;">
|
||||
<div style="height:90px; background:green;"></div>
|
||||
<div style="break-before:column; height:90px; background:green;"></div>
|
||||
</div>
|
||||
<span>
|
||||
<div style="column-span:all; height:10px; background:green;"></div>
|
||||
</span>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue