Update web-platform-tests to revision c9633200e9c3d5524dca096e8c23c8eb4a94e495

This commit is contained in:
WPT Sync Bot 2019-09-26 10:24:45 +00:00
parent 049527872e
commit 902c03b511
123 changed files with 2587 additions and 569 deletions

View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<style>
div {
font-size: 2rem;
margin: 1rem;
white-space: pre;
width: 5ch;
border: solid 1px;
font-family: monospace;
}
span {
text-decoration: underline;
}
</style>
<p>Test passes if the two boxes below are identical.
<div> <span> 0 </span></div>
<div> <span> 0 </span></div>

View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
font-size: 2rem;
font-family: Ahem;
width: 3ch;
white-space: pre;
color: green;
}
</style>
<p>Test passes if there are green squares below and no red.
<div class=ref> 0 <br>0 0 <br>0 </div>
<div class=ref> 0<br>0 0 <br> 0</div>

View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>test reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
font-size: 2rem;
font-family: Ahem;
width: 3ch;
white-space: pre;
color: green;
}
</style>
<p>Test passes if there are green rectangles below and no red.
<div>0 0<br>0 0</div>

View file

@ -0,0 +1,5 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<p>Test passes if there is <strong>no red</strong> below.</p>

View file

@ -2,14 +2,13 @@
<meta charset="utf-8">
<title>test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
color: transparent;
font-family: Ahem;
font-family: monospace;
font-size: 50px;
width: 3ch;
height: 2ch;
height: 2em;
background: green;
}
</style>

View file

@ -2,7 +2,19 @@
<meta charset=utf-8>
<title>CSS test Reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
font-size: 20px;
font-family: Ahem;
line-height: 1em;
white-space: pre-wrap;
}
#test { color: orange; }
#ref { color: blue; }
</style>
<p>This test passes if the letters below are spaced equally.
<p>This test passes if the orange blocks below are vertically aligned with the blue ones.
<div>X X X X</div>
<div id=test>X X X X</div>
<div id=ref>X X X X</div>