Update web-platform-tests to revision 9064a51d4e4c177bf4b629031c3ac8010c910132

This commit is contained in:
WPT Sync Bot 2019-09-02 10:26:49 +00:00
parent 026dc7485f
commit 0eedd13bef
215 changed files with 1862 additions and 897 deletions

View file

@ -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>

View file

@ -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>