mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Update web-platform-tests to revision 86b1ae6d6c823d07ca2c5c70865ed8c796d46c3d
This commit is contained in:
parent
46f8f3d009
commit
5304c69b42
421 changed files with 7514 additions and 1714 deletions
|
@ -0,0 +1,15 @@
|
|||
<!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: 20px/1 Ahem;
|
||||
white-space: pre;
|
||||
}
|
||||
span { background: blue; }
|
||||
</style>
|
||||
|
||||
<p>This test passes if the line is broken after the 2nd white space, which hangs (blue).
|
||||
<div>XX X<span> <br>X</span></div>
|
|
@ -0,0 +1,13 @@
|
|||
<!doctype html>
|
||||
<meta charset=utf-8>
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<title>CSS test Reference</title>
|
||||
<link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com" />
|
||||
<style>
|
||||
div { white-space: pre; }
|
||||
span { background: blue; }
|
||||
</style>
|
||||
|
||||
<p>This test passes if the line is after the white space, which hangs (blue).
|
||||
|
||||
<div>ああ<span> <br>X</span></div>
|
|
@ -0,0 +1,15 @@
|
|||
<!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: 20px/1 Ahem;
|
||||
white-space: pre;
|
||||
}
|
||||
span { background: blue; }
|
||||
</style>
|
||||
|
||||
<p>This test passes if the line is broken after the 2nd white space, which hangs (blue).
|
||||
<div>XX <span>X <br>XXXX </span></div>
|
|
@ -0,0 +1,15 @@
|
|||
<!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: 20px/1 Ahem;
|
||||
white-space: pre;
|
||||
}
|
||||
span { background: blue; }
|
||||
</style>
|
||||
|
||||
<p>This test passes if the line is broken after the 2nd white space, which hangs (blue).
|
||||
<div>XX X<span>X <br>X</span></div>
|
|
@ -0,0 +1,15 @@
|
|||
<!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: 20px/1 Ahem;
|
||||
white-space: pre;
|
||||
}
|
||||
span { background: blue; }
|
||||
</style>
|
||||
|
||||
<p>This test passes if the line is broken after the 2nd white space, which hangs (blue).
|
||||
<div>XX X<span><br>X</span></div>
|
|
@ -0,0 +1,13 @@
|
|||
<!doctype html>
|
||||
<meta charset=utf-8>
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<title>CSS test Reference</title>
|
||||
<link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com" />
|
||||
<style>
|
||||
div { white-space: pre; }
|
||||
span { background: blue; }
|
||||
</style>
|
||||
|
||||
<p>This test passes if the line is after the white space, which hangs (blue).
|
||||
|
||||
<div>ああ<span><br>X</span></div>
|
|
@ -0,0 +1,15 @@
|
|||
<!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: 20px/1 Ahem;
|
||||
white-space: pre;
|
||||
}
|
||||
span { background: blue; }
|
||||
</style>
|
||||
|
||||
<p>This test passes if the line is broken after the 2nd white space, which hangs (blue).
|
||||
<div>XX <span>X<br>XXXX</span></div>
|
|
@ -0,0 +1,15 @@
|
|||
<!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: 20px/1 Ahem;
|
||||
white-space: pre;
|
||||
}
|
||||
span { background: blue; }
|
||||
</style>
|
||||
|
||||
<p>This test passes if the line is broken after the 2nd white space, which hangs (blue).
|
||||
<div>XX X<span>X<br>X</span></div>
|
|
@ -24,7 +24,5 @@ div {
|
|||
<section class="ideo">
|
||||
<div>国<br>国</div>
|
||||
<div>国<br>国</div>
|
||||
<div>国<br>国</div>
|
||||
<div>国<br>国</div>
|
||||
</section>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue