Update web-platform-tests to revision fa663532c77aef32c4c04abdc3d7278ff568da93

This commit is contained in:
WPT Sync Bot 2020-10-02 08:19:35 +00:00
parent ac354572e2
commit efbf39f40a
75 changed files with 327 additions and 122 deletions

View file

@ -10,6 +10,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/>
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model"/>
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes"/>
<link rel="help" href="http://www.w3.org/TR/css-text-3/#letter-spacing-property"/>
<link rel="help" href="http://unicode.org/reports/tr9/"/>
<link rel="match" href="bidi-005a-ref.xht" />

View file

@ -10,6 +10,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/>
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model"/>
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes"/>
<link rel="help" href="http://www.w3.org/TR/css-text-3/#letter-spacing-property"/>
<link rel="help" href="http://unicode.org/reports/tr9/"/>
<link rel="match" href="bidi-005a-ref.xht" />

View file

@ -4,6 +4,7 @@
<title>CSS Test: word-spacing</title>
<meta name="flags" content="ahem" />
<link rel="help" href="http://www.w3.org/TR/REC-CSS1#word-spacing"/>
<link rel="help" href="https://drafts.csswg.org/css-text-3/#word-spacing-property"/>
<link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-06-08 -->

View file

@ -4,6 +4,7 @@
<title>CSS Test: word-spacing</title>
<meta name="flags" content="ahem" />
<link rel="help" href="http://www.w3.org/TR/REC-CSS1#word-spacing"/>
<link rel="help" href="https://drafts.csswg.org/css-text-3/#word-spacing-property"/>
<link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<link rel="match" href="c541-word-sp-001-ref.xht" />

View file

@ -4,6 +4,7 @@
<title>CSS Test: letter-spacing</title>
<meta name="flags" content="ahem" />
<link rel="help" href="http://www.w3.org/TR/REC-CSS1#letter-spacing"/>
<link rel="help" href="https://drafts.csswg.org/css-text-3/#letter-spacing-property"/>
<link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-06-08 -->

View file

@ -4,6 +4,7 @@
<title>CSS Test: letter-spacing</title>
<meta name="flags" content="ahem" />
<link rel="help" href="http://www.w3.org/TR/REC-CSS1#letter-spacing"/>
<link rel="help" href="https://drafts.csswg.org/css-text-3/#letter-spacing-property"/>
<link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<link rel="match" href="c542-letter-sp-001-ref.xht" />

View file

@ -0,0 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: text-transform</title>
<style type="text/css"><![CDATA[
div { background: green; border: solid black; width: 320px; height: 150px; }
p { margin: 0; }
]]></style>
</head>
<body>
<p>There should be a green box below.</p>
<div>
</div>
</body>
</html>

View file

@ -4,11 +4,13 @@
<title>CSS Test: text-transform</title>
<meta name="flags" content="ahem image" />
<link rel="help" href="http://www.w3.org/TR/REC-CSS1#text-transform"/>
<link rel="help" href="https://drafts.csswg.org/css-text-3/#propdef-text-transform"/>
<link rel="match" href="c545-txttrans-000-ref.xht"/>
<link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div { font: 10px/1 Ahem; color: green; background: red url(support/css1test545.png); border: solid black; width: 32em; }
div { font: 10px/1 Ahem; color: green; background: red url(support/css1test545.png); border: solid black; width: 32em; image-rendering: pixelated; image-rendering: crisp-edges; }
p { margin: 0; }
.ttn {text-transform: none;}
.cap {text-transform: capitalize;}

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Test: text-align</title>
<link rel="help" href="http://www.w3.org/TR/REC-CSS1#text-align"/>
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<style type="text/css"><![CDATA[

View file

@ -4,6 +4,7 @@
<title>CSS Test: text-indent</title>
<meta name="flags" content="ahem" />
<link rel="help" href="http://www.w3.org/TR/REC-CSS1#text-indent"/>
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
<link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<link rel="match" href="c547-indent-000-ref.xht"/>

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Test: text-indent</title>
<link rel="help" href="http://www.w3.org/TR/REC-CSS1#text-indent"/>
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
<link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<link rel="match" href="c547-indent-001-ref.xht" />

View file

@ -4,6 +4,7 @@
<title>CSS Test: Control Characters between (00 and 1F)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#spacing-props" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-processing"/>
<meta name="flags" content="HTMLonly" />
<meta name="assert" content="Handling and processing of control characters." />
<style type="text/css">