mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision dd4a8e0b6a3b81d5008478c8d73ba5aa296441b2
This commit is contained in:
parent
30347a4934
commit
fbd8987f23
122 changed files with 841 additions and 429 deletions
|
@ -4,27 +4,21 @@
|
|||
<meta charset="utf-8" />
|
||||
<title>CSS Reftest Reference</title>
|
||||
<link rel="author" title="Tsutomu ogaoga Ogasawara" href="mailto:info@ogaoga.org">
|
||||
<style type="text/css">
|
||||
.container {
|
||||
color: white;
|
||||
}
|
||||
|
||||
<style>
|
||||
.item {
|
||||
writing-mode: vertical-rl;
|
||||
background: green;
|
||||
height: 3em;
|
||||
width: 3em;
|
||||
line-height: 1.5em;
|
||||
width: 15px;
|
||||
height: 45px;
|
||||
float: left;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>The test passes if you see a tall green box with pairs of the 1-9 and a-i listed top to bottom in two columns.</p>
|
||||
|
||||
<div class="container">
|
||||
<div class="item">123<br />abc</div>
|
||||
<div class="item">456<br />def</div>
|
||||
<div class="item">789<br />ghi</div>
|
||||
</div>
|
||||
<p>Pass condition: 4 rectangles, with colors in clockwise order starting from top-left: grey, orange, blue, yellow.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<div style="height: 90px; width: 30px; border: 2px solid black;">
|
||||
<div class="item" style="background: grey"></div>
|
||||
<div class="item" style="background: orange"></div>
|
||||
<div class="item" style="background: yellow"></div>
|
||||
<div class="item" style="background: blue"></div>
|
||||
</div>
|
||||
|
|
|
@ -18,39 +18,26 @@
|
|||
display: flex;
|
||||
flex-flow: row-reverse wrap-reverse;
|
||||
writing-mode: vertical-rl;
|
||||
color: white;
|
||||
|
||||
height: 9em;
|
||||
border: 2px solid black;
|
||||
height: 90px;
|
||||
}
|
||||
.item {
|
||||
background: green;
|
||||
height: 3em;
|
||||
width: 1.5em;
|
||||
line-height: 1.5em;
|
||||
width: 15px;
|
||||
height: 45px;
|
||||
|
||||
/* make sure UA that doesn't support writing mode and flexbox fails. */
|
||||
float: right;
|
||||
}
|
||||
.error {
|
||||
position: absolute;
|
||||
background: red;
|
||||
height: 9em;
|
||||
width: 3em;
|
||||
z-index: -1;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>The test passes if you see a tall green box with pairs of the 1-9 and a-i listed top to bottom in two columns.</p>
|
||||
<p>Pass condition: 4 rectangles, with colors in clockwise order starting from top-left: grey, orange, blue, yellow.
|
||||
|
||||
<div class="error"></div>
|
||||
<div class="container">
|
||||
<div class="item">ghi</div>
|
||||
<div class="item">def</div>
|
||||
<div class="item">abc</div>
|
||||
<div class="item">789</div>
|
||||
<div class="item">456</div>
|
||||
<div class="item">123</div>
|
||||
<div class="item" style="background: yellow"></div>
|
||||
<div class="item" style="background: grey"></div>
|
||||
<div class="item" style="background: blue"></div>
|
||||
<div class="item" style="background: orange"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -18,39 +18,26 @@
|
|||
display: flex;
|
||||
flex-flow: row-reverse wrap;
|
||||
writing-mode: vertical-rl;
|
||||
color: white;
|
||||
|
||||
height: 9em;
|
||||
border: 2px solid black;
|
||||
height: 90px;
|
||||
}
|
||||
.item {
|
||||
background: green;
|
||||
height: 3em;
|
||||
width: 1.5em;
|
||||
line-height: 1.5em;
|
||||
width: 15px;
|
||||
height: 45px;
|
||||
|
||||
/* make sure UA that doesn't support writing mode and flexbox fails. */
|
||||
float: right;
|
||||
}
|
||||
.error {
|
||||
position: absolute;
|
||||
background: red;
|
||||
height: 9em;
|
||||
width: 3em;
|
||||
z-index: -1;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>The test passes if you see a tall green box with pairs of the 1-9 and a-i listed top to bottom in two columns.</p>
|
||||
<p>Pass condition: 4 rectangles, with colors in clockwise order starting from top-left: grey, orange, blue, yellow.
|
||||
|
||||
<div class="error"></div>
|
||||
<div class="container">
|
||||
<div class="item">789</div>
|
||||
<div class="item">456</div>
|
||||
<div class="item">123</div>
|
||||
<div class="item">ghi</div>
|
||||
<div class="item">def</div>
|
||||
<div class="item">abc</div>
|
||||
<div class="item" style="background: blue"></div>
|
||||
<div class="item" style="background: orange"></div>
|
||||
<div class="item" style="background: yellow"></div>
|
||||
<div class="item" style="background: grey"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -18,34 +18,35 @@
|
|||
display: flex;
|
||||
flex-flow: row-reverse;
|
||||
writing-mode: vertical-rl;
|
||||
color: white;
|
||||
border: 2px solid black;
|
||||
height: 90px;
|
||||
}
|
||||
.item {
|
||||
background: green;
|
||||
height: 3em;
|
||||
width: 3em;
|
||||
line-height: 1.5em;
|
||||
line-height: 0;
|
||||
|
||||
/* make sure UA that doesn't support writing mode and flexbox fails. */
|
||||
float: right;
|
||||
}
|
||||
.error {
|
||||
position: absolute;
|
||||
background: red;
|
||||
height: 9em;
|
||||
width: 3em;
|
||||
z-index: -1;
|
||||
.color-block {
|
||||
display: inline-block;
|
||||
width: 15px;
|
||||
height: 45px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>The test passes if you see a tall green box with pairs of the 1-9 and a-i listed top to bottom in two columns.</p>
|
||||
|
||||
<div class="error"></div>
|
||||
<p>Pass condition: 4 rectangles, with colors in clockwise order starting from top-left: grey, orange, blue, yellow.
|
||||
<div class="container">
|
||||
<div class="item">789<br />ghi</div>
|
||||
<div class="item">456<br />def</div>
|
||||
<div class="item">123<br />abc</div>
|
||||
<div class="item">
|
||||
<span class=color-block style="background: blue;"></span>
|
||||
<br />
|
||||
<span class=color-block style="background: yellow;"></span>
|
||||
</div>
|
||||
<div class="item">
|
||||
<span class=color-block style="background: orange;"></span>
|
||||
<br />
|
||||
<span class=color-block style="background: grey;"></span>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -18,39 +18,25 @@
|
|||
display: flex;
|
||||
flex-flow: row wrap-reverse;
|
||||
writing-mode: vertical-rl;
|
||||
color: white;
|
||||
|
||||
height: 9em;
|
||||
border: 2px solid black;
|
||||
height: 90px;
|
||||
}
|
||||
.item {
|
||||
background: green;
|
||||
height: 3em;
|
||||
width: 1.5em;
|
||||
line-height: 1.5em;
|
||||
width: 15px;
|
||||
height: 45px;
|
||||
|
||||
/* make sure UA that doesn't support writing mode and flexbox fails. */
|
||||
float: right;
|
||||
}
|
||||
.error {
|
||||
position: absolute;
|
||||
background: red;
|
||||
height: 9em;
|
||||
width: 3em;
|
||||
z-index: -1;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>The test passes if you see a tall green box with pairs of the 1-9 and a-i listed top to bottom in two columns.</p>
|
||||
|
||||
<div class="error"></div>
|
||||
<p>Pass condition: 4 rectangles, with colors in clockwise order starting from top-left: grey, orange, blue, yellow.
|
||||
<div class="container">
|
||||
<div class="item">abc</div>
|
||||
<div class="item">def</div>
|
||||
<div class="item">ghi</div>
|
||||
<div class="item">123</div>
|
||||
<div class="item">456</div>
|
||||
<div class="item">789</div>
|
||||
<div class="item" style="background: grey"></div>
|
||||
<div class="item" style="background: yellow"></div>
|
||||
<div class="item" style="background: orange"></div>
|
||||
<div class="item" style="background: blue"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -18,39 +18,26 @@
|
|||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
writing-mode: vertical-rl;
|
||||
color: white;
|
||||
|
||||
height: 9em;
|
||||
border: 2px solid black;
|
||||
height: 90px;
|
||||
}
|
||||
.item {
|
||||
background: green;
|
||||
height: 3em;
|
||||
width: 1.5em;
|
||||
line-height: 1.5em;
|
||||
width: 15px;
|
||||
height: 45px;
|
||||
|
||||
/* make sure UA that doesn't support writing mode and flexbox fails. */
|
||||
float: right;
|
||||
}
|
||||
.error {
|
||||
position: absolute;
|
||||
background: red;
|
||||
height: 9em;
|
||||
width: 3em;
|
||||
z-index: -1;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>The test passes if you see a tall green box with pairs of the 1-9 and a-i listed top to bottom in two columns.</p>
|
||||
<p>Pass condition: 4 rectangles, with colors in clockwise order starting from top-left: grey, orange, blue, yellow.
|
||||
|
||||
<div class="error"></div>
|
||||
<div class="container">
|
||||
<div class="item">123</div>
|
||||
<div class="item">456</div>
|
||||
<div class="item">789</div>
|
||||
<div class="item">abc</div>
|
||||
<div class="item">def</div>
|
||||
<div class="item">ghi</div>
|
||||
<div class="item" style="background: orange"></div>
|
||||
<div class="item" style="background: blue"></div>
|
||||
<div class="item" style="background: grey"></div>
|
||||
<div class="item" style="background: yellow"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -18,35 +18,35 @@
|
|||
display: flex;
|
||||
flex-flow: row;
|
||||
writing-mode: vertical-rl;
|
||||
color: white;
|
||||
border: 2px solid black;
|
||||
height: 90px;
|
||||
}
|
||||
.item {
|
||||
background: green;
|
||||
height: 3em;
|
||||
width: 3em;
|
||||
line-height: 1.5em;
|
||||
line-height: 0;
|
||||
|
||||
/* make sure UA that doesn't support writing mode and flexbox fails. */
|
||||
float: right;
|
||||
}
|
||||
.error {
|
||||
position: absolute;
|
||||
background: red;
|
||||
height: 9em;
|
||||
width: 3em;
|
||||
z-index: -1;
|
||||
.color-block {
|
||||
display: inline-block;
|
||||
width: 15px;
|
||||
height: 45px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>The test passes if you see a tall green box with pairs of the 1-9 and a-i listed top to bottom in two columns.</p>
|
||||
|
||||
<div class="error"></div>
|
||||
<p>Pass condition: 4 rectangles, with colors in clockwise order starting from top-left: grey, orange, blue, yellow.
|
||||
<div class="container">
|
||||
<div class="item">123<br />abc</div>
|
||||
<div class="item">456<br />def</div>
|
||||
<div class="item">789<br />ghi</div>
|
||||
<div class="item">
|
||||
<span class=color-block style="background: orange;"></span>
|
||||
<br />
|
||||
<span class=color-block style="background: grey;"></span>
|
||||
</div>
|
||||
<div class="item">
|
||||
<span class=color-block style="background: blue;"></span>
|
||||
<br />
|
||||
<span class=color-block style="background: yellow;"></span>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue