Update web-platform-tests to revision e45156b5e558c062a609356905c83a0258c516e3

This commit is contained in:
WPT Sync Bot 2019-05-02 21:47:51 -04:00
parent 9f6005be16
commit 5fcf52d946
199 changed files with 4430 additions and 530 deletions

View file

@ -3,20 +3,16 @@
<title>test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<style>
aside {
float: left;
background: blue;
}
div {
color: transparent;
font-family: Ahem;
font-size: 50px;
width: 5ch;
width: 3ch;
height: 2ch;
background: green;
}
</style>
<p>Test passes if there is a single blue rectangle below.
<p>Test passes if there is a single green rectangle below and no red.
<div>
<aside class=own>X</aside>
<aside class=owbw>X</aside>
</div>

View file

@ -3,6 +3,6 @@
<title>CSS test Reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<p>This test passes if you can see the word PASS below, without any extra spaces.
<p>This test passes if the letters below are spaced equally.
<div>PASS</div>
<div>X X X X</div>

View file

@ -0,0 +1,15 @@
<!doctype html>
<meta charset=utf-8>
<title>CSS test Reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<style>
div {
font: 25px/1 Ahem;
color: green;
}
</style>
<p>This test passes if there is a green rectangle and no red.
<div>X<br>X<br>X<br>X</div>