Update web-platform-tests to revision 8a2ceb5f18911302b7a5c1cd2791f4ab50ad4326

This commit is contained in:
Josh Matthews 2017-10-12 09:25:50 -04:00
parent 462c272380
commit 1f531f66ea
5377 changed files with 174916 additions and 84369 deletions

View file

@ -6,6 +6,7 @@
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/001.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
<link rel="match" href="core-syntax-001-ref.xht"/>
<meta name="flags" content="invalid" />
<style type="text/css">
.test { color: green; }
.test { test { :nested; color: yellow; background: red; }: not-nested; text-decoration: underline; }

View file

@ -6,6 +6,7 @@
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/002.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
<link rel="match" href="core-syntax-002-ref.xht"/>
<meta name="flags" content="invalid" />
<style type="text/css">
.instruct { color: black; background: white; }
p {

View file

@ -6,6 +6,7 @@
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/003.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
<link rel="match" href="../reference/ref-this-text-should-be-green.xht"/>
<meta name="flags" content="invalid" />
<style type="text/css">p{color:green;/*no"}"*/span{color:yellow;background:red;}.test{color:maroon;background:yellow;}}</style>
</head>
<body>

View file

@ -6,6 +6,7 @@
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/002-demo.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
<link rel="match" href="../reference/ref-this-text-should-be-green.xht"/>
<meta name="flags" content="invalid" />
<style type="text/css">
body { color : green ; p{color : red ; }
span { color : red ; }

View file

@ -6,6 +6,7 @@
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/006.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
<link rel="match" href="core-syntax-006-ref.xht"/>
<meta name="flags" content="invalid" />
<style type="text/css">
body { color: green; }
p { background: red ! fail; color: yellow ! fail }

View file

@ -6,6 +6,7 @@
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/007.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
<link rel="match" href="core-syntax-007-ref.xht"/>
<meta name="flags" content="invalid" />
<style type="text/css">
body { font-size: 200px; }
p { font-size: 16px; font-size: 200!invalid; }

View file

@ -1,11 +1,12 @@
<!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" lang="en">
<head>
<title>CSS Test: Parsing invalid '!' declarations</title>
<title>CSS Test: Parsing invalid 'color' declarations</title>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/008.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
<link rel="match" href="../reference/ref-this-text-should-be-green.xht"/>
<meta name="flags" content="invalid" />
<style type="text/css">
body { color: green; }
p { color: 1111ff; }

View file

@ -7,6 +7,7 @@
<link rel="match" href="../reference/ref-this-text-should-be-green.xht"/>
<meta name="assert" content="Only the characters U+0020, U+0009, U+000A,
U+000D, and U+000C are considered white space."/>
<meta name="flags" content="invalid" />
<style type="text/css">
@import "support/core-syntax-009.css";
div&#x2003;p { color: red; }

View file

@ -4,6 +4,7 @@
<title>CSS syntax: signed numbers</title>
<link rel="author" title="Bert Bos" href="mailto:bert@w3.org" />
<link rel="help" href="http://www.w3.org/TR/CSS22/syndata.html#numbers" />
<link rel="help" href="http://www.w3.org/TR/CSS22/changes.html#s.4.3.1" />
<link rel="match" href="signed-numbers-001-ref.xht" />
<meta name="assert" content='Both integers and real numbers may immediately be preceded by a "-" or "+" to indicate the sign.' />
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS syntax: signed numbers</title>
<link rel="author" title="Bert Bos" href="mailto:bert@w3.org" />
<link rel="help" href="http://www.w3.org/TR/CSS22/syndata.html#numbers" />
<link rel="help" href="http://www.w3.org/TR/CSS22/changes.html#s.4.3.1" />
<link rel="match" href="signed-numbers-001-ref.xht" />
<meta name="assert" content='Both integers and real numbers may immediately be preceded by a "-" or "+" to indicate the sign.' />
<style type="text/css">