Update web-platform-tests to revision 04cd5eb8e5c47e4fe341f2fb541d39fa2346f464

This commit is contained in:
WPT Sync Bot 2018-11-16 21:03:13 -05:00
parent 0ab2c3f8a3
commit 1d0624b343
226 changed files with 4495 additions and 903 deletions

View file

@ -0,0 +1,20 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>CSS test reference</title>
<link rel=author title="Ambrose Li" href="http://port.ambroseli.ca/">
<link rel=author title="Florian Rivoal" href="https://florian.rivoal.net">
<p>The test passes if the word pairs below are all displayed in the same font.
<table>
<tr>
<td>ping4 on1
<td>salaam
<td>shalom
<tr>
<td>ping4 on1
<td>salaam
<td>shalom
</table>

View file

@ -0,0 +1,14 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>CSS test reference</title>
<link rel=author title="Florian Rivoal" href="https://florian.rivoal.net">
<style>
div {
font-family: monospace;
}
</style>
<p>The test passes if the first line below ends with a hyphen.
<div lang=ja-Latn>Fushimi&#x2010;<br>ku</div>

View file

@ -0,0 +1,11 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>CSS test reference</title>
<link rel=author title="Florian Rivoal" href="https://florian.rivoal.net">
<style>
</style>
<p>The test passes if the question mark in the phrase below is alone on the second line.
<div lang=en-Hrkt>ハロー、ハウアーユー<br></div>

View file

@ -0,0 +1,10 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>CSS test reference</title>
<link rel=author title="Florian Rivoal" href="https://florian.rivoal.net">
<p>The test passes if the both lines are identical, including the spacing of the characters.
<div lang=ain-Kana>“アイヌイタㇰ”</div>
<div lang=ain-Kana>“アイヌイタㇰ”</div>

View file

@ -0,0 +1,13 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>CSS test reference</title>
<link rel=author title="Florian Rivoal" href="https://florian.rivoal.net">
<style>
div {
font-size: 3em;
}
</style>
<p>Test passes if the two words below are identical: there must be a dot on the “i” letter at the beginning of the word.
<div lang=tr-Cyrl>iстанбул</div>
<div lang=tr-Cyrl>iстанбул</div>