mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision b'2d7c53f5bc604132d2c83955537e454ee9c788c0'
This commit is contained in:
parent
619a46113f
commit
1c6b303ef2
396 changed files with 29611 additions and 1967 deletions
|
@ -5,7 +5,6 @@
|
|||
<style>
|
||||
.multicol {
|
||||
columns: 2;
|
||||
column-fill: auto;
|
||||
column-gap: 0px;
|
||||
width: 400px;
|
||||
margin-top: -60px;
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
<!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/#cf">
|
||||
<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="width:100px; height:100px; background:red;">
|
||||
<div style="columns:2; gap:0; column-fill:auto; max-height:200px; background:red;">
|
||||
<div style="width:200%; height:100px; background:green;"></div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,16 @@
|
|||
<!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/#cf">
|
||||
<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="width:100px; height:100px; background:red;">
|
||||
<div style="columns:5; gap:10px; column-fill:auto; column-rule:10px solid green;">
|
||||
<div style="background:green;">
|
||||
<div style="height:10px;"></div>
|
||||
<div style="break-before:column; height:10px;"></div>
|
||||
<div style="break-before:column; height:10px;"></div>
|
||||
<div style="break-before:column; height:10px;"></div>
|
||||
<div style="break-before:column; height:100px;"></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/#cf">
|
||||
<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="width:100px; height:100px; background:red;">
|
||||
<div style="columns:5; gap:0;">
|
||||
<div style="columns:2; column-fill:auto; gap:0;">
|
||||
<div style="height:1000px; background:green;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
||||
<div style="display:flow-root; width:20em; height:10em; color:white; background:black;">
|
||||
<p>The word "PASS" should be seen below.</p>
|
||||
<div style="line-height:0.8;">
|
||||
PASS
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,10 @@
|
|||
<!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=1396308">
|
||||
<link rel="match" href="multicol-nested-029-ref.html">
|
||||
<div style="columns:1; column-fill:auto; width:20em; height:10em; color:white; background:black;">
|
||||
<p>The word "PASS" should be seen below.</p>
|
||||
<div style="columns:2; line-height:0.8;">
|
||||
PASS
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue