mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update web-platform-tests to revision 04cd5eb8e5c47e4fe341f2fb541d39fa2346f464
This commit is contained in:
parent
0ab2c3f8a3
commit
1d0624b343
226 changed files with 4495 additions and 903 deletions
|
@ -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>
|
||||
|
|
@ -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‐<br>ku</div>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue