mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444
This commit is contained in:
parent
25e8bf69e6
commit
665817d2a6
35333 changed files with 1818077 additions and 16036 deletions
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Test: white-space-collapsing - discard - basic cases Reftest Reference</title>
|
||||
<link rel="author" title="Satoshi Umehara" href="mailto:umehara@est.co.jp" />
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
span {
|
||||
color: Blue;
|
||||
}
|
||||
]]>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Test passes if the first sentence matches the second one.
|
||||
</p>
|
||||
<div>
|
||||
<span>AllWhiteSpaceInTheElementShouldBeDiscarded.</span>
|
||||
</div>
|
||||
<div>
|
||||
<span>AllWhiteSpaceInTheElementShouldBeDiscarded.</span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Test: white-space-collapsing - preserve-breaks - basic cases Reftest Reference</title>
|
||||
<link rel="author" title="Satoshi Umehara" href="mailto:umehara@est.co.jp" />
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
span {
|
||||
color: Blue;
|
||||
}
|
||||
]]>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Test passes if the first two sentences matches the second one.
|
||||
</p>
|
||||
<p>
|
||||
<span>
|
||||
Sequences of white space should collapse into a single character.<br />
|
||||
But segment breaks as forced line breaks are preserved.
|
||||
</span>
|
||||
</p>
|
||||
<p>
|
||||
<span>
|
||||
Sequences of white space should collapse into a single character.<br />
|
||||
But segment breaks as forced line breaks are preserved.
|
||||
</span>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Test: white-space-collapsing - trim-inner - basic cases Reftest Reference</title>
|
||||
<link rel="author" title="Satoshi Umehara" href="mailto:umehara@est.co.jp" />
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
span {
|
||||
color: Blue;
|
||||
}
|
||||
]]>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Test passes if each text positions in the first line match the corresponding positions in the second line.
|
||||
</p>
|
||||
<div>
|
||||
<span>1 2</span>
|
||||
<span> 3 4 </span>
|
||||
<span>5 6</span>
|
||||
<span>7
|
||||
|
||||
8</span>
|
||||
</div>
|
||||
<div>
|
||||
<span>1 2</span>
|
||||
<span> 3 4 </span>
|
||||
<span>5 6</span>
|
||||
<span>7
|
||||
|
||||
8</span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue