mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Update web-platform-tests to revision 6366ae15c2bc2314adca4321357c68bb468fec98
This commit is contained in:
parent
e47e884cc7
commit
6b740f0283
328 changed files with 3757 additions and 591 deletions
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link href="../support/flexbox.css" rel="stylesheet">
|
||||
<style>
|
||||
.flexbox {
|
||||
border: 1px solid black;
|
||||
width: 400px;
|
||||
height: 200px;
|
||||
}
|
||||
.item1 {
|
||||
background: lightblue;
|
||||
}
|
||||
.item2 {
|
||||
background: lime;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>The test passes if the flex items are properly centered in each column</p>
|
||||
<div class="flexbox column wrap">
|
||||
<div class="item1 align-self-center">centeredWithMargins</div>
|
||||
<div class="item2 align-self-center">centeredWithAlignSelf</div>
|
||||
<div class="item2 align-self-center">centeredWithAlignSelf</div>
|
||||
<div class="item2 align-self-center">centeredWithAlignSelf</div>
|
||||
<div class="item2 align-self-center">centeredWithAlignSelf</div>
|
||||
<div class="item2 align-self-center">centeredWithAlignSelf</div>
|
||||
<div class="item2 align-self-center">centeredWithAlignSelf</div>
|
||||
<div class="item2 align-self-center">centeredWithAlignSelf</div>
|
||||
<div class="item2 align-self-center">centeredWithAlignSelf</div>
|
||||
<div class="item2 align-self-center">centeredWithAlignSelf</div>
|
||||
<div class="item2 align-self-center">centeredWithAlignSelf</div>
|
||||
<div class="item2 align-self-center">centeredWithAlignSelf</div>
|
||||
<div class="item2 align-self-center">centeredWithAlignSelf</div>
|
||||
<div class="item2 align-self-center">centeredWithAlignSelf</div>
|
||||
<div class="item2 align-self-center">centeredWithAlignSelf</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue