Update web-platform-tests to revision 36ff3198676718b4af5d55c5e6c1ec8c51a2a0d6

This commit is contained in:
WPT Sync Bot 2020-11-06 08:20:09 +00:00
parent 0c3631605e
commit a605e18eb6
121 changed files with 1605 additions and 156 deletions

View file

@ -0,0 +1,6 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS test reference</title>
<link rel="author" title="Javier Fernandez Garcia-Boente" href="mailto:jfernandez@igalia.com">
<p>Test passes if the characters below are arranged in a green rectangle and if there is no red.
<div style="width: 100px; height: 20px; background: green"></div>

View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS test reference</title>
<link rel="author" title="Javier Fernandez Garcia-Boente" href="mailto:jfernandez@igalia.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<style>
div {
font: 20px/1 Ahem;
white-space: pre;
}
span { background: blue; }
</style>
<p>Test passes if the characters below are arranged in a single line and if there is a blue square at the end of the first line.
<div>X X<span> </span></div>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS test reference</title>
<link rel="author" title="Javier Fernandez Garcia-Boente" href="mailto:jfernandez@igalia.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<style>
div { font: 20px/1 Ahem; }
</style>
<p>Test passes if the characters below are arranged in a square and if there is a blue rectangle at the end of the first line.
<div>X X<span>X</span></div>

View file

@ -9,6 +9,7 @@ div {
font: 25px/1 Ahem;
color: green;
}
span { color: blue; }
</style>
<p>This test passes if there is a green square and no red.

View file

@ -0,0 +1,17 @@
<!doctype html>
<meta charset=utf-8>
<title>CSS test Reference</title>
<link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
font: 25px/1 Ahem;
color: green;
}
span { color: blue; }
</style>
<p>This test passes if there is a green square and no red.
<div>XX<span>X</span><br>XX</div>