mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Update web-platform-tests to revision 589d1d54b73d37f1efde64f75cc408bdd640b44a
This commit is contained in:
parent
8ab389c10c
commit
1c7e2d22cf
122 changed files with 1953 additions and 415 deletions
|
@ -46,7 +46,7 @@
|
|||
|
||||
<!-- Row 1: no special sizing: -->
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" data-expected-width="16" data-expected-height="40">
|
||||
<img src="support/solidblue.png" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<br>
|
||||
|
||||
|
@ -64,18 +64,18 @@
|
|||
|
||||
<!-- Row 3: min main-size OR min cross-size, or both -->
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" style="min-width: 34px" data-expected-width="34" data-expected-height="40">
|
||||
<img src="support/solidblue.png" style="min-width: 34px" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" style="min-height: 34px" data-expected-width="34" data-expected-height="40">
|
||||
<img src="support/solidblue.png" style="min-height: 34px" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" style="min-width: 30px;
|
||||
min-height: 34px" data-expected-width="34" data-expected-height="40">
|
||||
min-height: 34px" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" style="min-width: 34px;
|
||||
min-height: 30px" data-expected-width="34" data-expected-height="40">
|
||||
min-height: 30px" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
<!-- Row 1: no special sizing: -->
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" data-expected-width="16" data-expected-height="40">
|
||||
<img src="support/solidblue.png" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<br>
|
||||
|
||||
|
@ -67,18 +67,18 @@
|
|||
|
||||
<!-- Row 3: min main-size OR min cross-size, or both -->
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" style="min-width: 34px" data-expected-width="34" data-expected-height="40">
|
||||
<img src="support/solidblue.png" style="min-width: 34px" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" style="min-height: 34px" data-expected-width="34" data-expected-height="40">
|
||||
<img src="support/solidblue.png" style="min-height: 34px" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" style="min-width: 30px;
|
||||
min-height: 34px" data-expected-width="34" data-expected-height="40">
|
||||
min-height: 34px" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" style="min-width: 34px;
|
||||
min-height: 30px" data-expected-width="34" data-expected-height="40">
|
||||
min-height: 30px" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
<!-- Row 1: no special sizing: -->
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" data-expected-width="40" data-expected-height="16">
|
||||
<img src="support/solidblue.png" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<br>
|
||||
|
||||
|
@ -64,18 +64,18 @@
|
|||
|
||||
<!-- Row 3: min main-size OR min cross-size, or both -->
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" style="min-width: 34px" data-expected-width="40" data-expected-height="34">
|
||||
<img src="support/solidblue.png" style="min-width: 34px" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" style="min-height: 34px" data-expected-width="40" data-expected-height="34">
|
||||
<img src="support/solidblue.png" style="min-height: 34px" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" style="min-width: 30px;
|
||||
min-height: 34px" data-expected-width="40" data-expected-height="34">
|
||||
min-height: 34px" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" style="min-width: 34px;
|
||||
min-height: 30px" data-expected-width="40" data-expected-height="34">
|
||||
min-height: 30px" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
<!-- Row 1: no special sizing: -->
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" data-expected-width="40" data-expected-height="16">
|
||||
<img src="support/solidblue.png" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<br>
|
||||
|
||||
|
@ -67,18 +67,18 @@
|
|||
|
||||
<!-- Row 3: min main-size OR min cross-size, or both -->
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" style="min-width: 34px" data-expected-width="40" data-expected-height="34">
|
||||
<img src="support/solidblue.png" style="min-width: 34px" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" style="min-height: 34px" data-expected-width="40" data-expected-height="34">
|
||||
<img src="support/solidblue.png" style="min-height: 34px" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" style="min-width: 30px;
|
||||
min-height: 34px" data-expected-width="40" data-expected-height="34">
|
||||
min-height: 34px" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<div class="flexbox">
|
||||
<img src="support/solidblue.png" style="min-width: 34px;
|
||||
min-height: 30px" data-expected-width="40" data-expected-height="34">
|
||||
min-height: 30px" data-expected-width="40" data-expected-height="40">
|
||||
</div>
|
||||
<br>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue