mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Update web-platform-tests to revision b'b728032f59a396243864b0f8584e7211e3632005'
This commit is contained in:
parent
ace9b32b1c
commit
df68c4e5d1
15632 changed files with 514865 additions and 155000 deletions
|
@ -13,7 +13,7 @@ body {
|
|||
<p>should be left aligned.</p>
|
||||
</div>
|
||||
|
||||
<div class='flexbox column align-items-flex-start wrap-reverse'>
|
||||
<div style='margin-left: auto; width: max-content;' class='flexbox column align-items-flex-start'>
|
||||
<h1>This text</h1>
|
||||
<p>should be right aligned.</p>
|
||||
</div>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
<title>CSS Reftest Reference: Flexbox direction and wrapping</title>
|
||||
<link rel="author" title="Gavin Elster" href="mailto:gavin.elster@me.com">
|
||||
<link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
|
||||
<meta name="flags" content="">
|
||||
<style>
|
||||
|
||||
/* Ref test styles */
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
<title>CSS Reftest Reference: Flexbox flex-wrap: nowrap</title>
|
||||
<link rel="author" title="Gavin Elster" href="mailto:gavin.elster@me.com">
|
||||
<link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
|
||||
<meta name="flags" content="">
|
||||
<style type="text/css">
|
||||
div {
|
||||
width: 120px;
|
||||
|
|
|
@ -7,18 +7,10 @@ div {
|
|||
height: 50px;
|
||||
width: 100px;
|
||||
}
|
||||
span {
|
||||
display: inline-block;
|
||||
background-color: green;
|
||||
height: 50px;
|
||||
width: 40px;
|
||||
}
|
||||
br { margin: 50px; }
|
||||
</style>
|
||||
|
||||
<p>Test passes if there is <strong>no red</strong> visible on the page.</p>
|
||||
<div></div>
|
||||
|
||||
<br>
|
||||
|
||||
<span></span>
|
||||
<div></div>
|
||||
|
|
|
@ -5,28 +5,14 @@
|
|||
.box {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background: green;
|
||||
border: 1px solid black;
|
||||
}
|
||||
#green-square {
|
||||
background: green;
|
||||
margin-top: 40px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
#green-rectange {
|
||||
background: green;
|
||||
width: 60px;
|
||||
height: 100px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if there are a (vertically centered) 20x20 and a 60x100 green boxes enclosed on each 100x100 square.</p>
|
||||
<div class="box">
|
||||
<div id="green-square"></div>
|
||||
</div>
|
||||
<p>Test passes if there are two 100x100 green squares.</p>
|
||||
<div class="box"></div>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="box">
|
||||
<div id="green-rectange"></div>
|
||||
</div>
|
||||
<div class="box"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue