mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Update web-platform-tests to revision 9064a51d4e4c177bf4b629031c3ac8010c910132
This commit is contained in:
parent
026dc7485f
commit
0eedd13bef
215 changed files with 1862 additions and 897 deletions
|
@ -1,43 +0,0 @@
|
|||
<!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 Reftest Reference</title>
|
||||
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
|
||||
<style type="text/css">
|
||||
body {
|
||||
white-space: nowrap;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>The following two lines should look the same:</p>
|
||||
<div>
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
</div>
|
||||
<div>
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -6,7 +6,7 @@
|
|||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
|
||||
<link rel="match" href="content-counter-001-ref.xht"/>
|
||||
<link rel="match" href="about:blank"/>
|
||||
<style type="text/css">
|
||||
|
||||
body { white-space: nowrap; }
|
||||
|
@ -20,8 +20,6 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<p>The following two lines should look the same:</p>
|
||||
|
||||
<div id="test">
|
||||
<span></span>
|
||||
<span></span>
|
||||
|
@ -37,20 +35,5 @@
|
|||
<span></span>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
z
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue