Update web-platform-tests to revision 38bd28fe2368c650cf6e57be205cf3118dbd4997

This commit is contained in:
WPT Sync Bot 2019-02-25 20:41:08 -05:00
parent a28e15e4ea
commit 85fe63f512
165 changed files with 2144 additions and 2644 deletions

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#prefixes"/>
<link rel="match" href="reftest/ref-lime-1.xml"/>
<link rel="match" href="reference/ref-lime-1.xml"/>
<title>CSS Namespaces Test Suite: prefix case-sensitivity</title>
<style>
@namespace Foo "y";

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#prefixes"/>
<link rel="match" href="reftest/ref-lime-1.xml"/>
<link rel="match" href="reference/ref-lime-1.xml"/>
<title>CSS Namespaces Test Suite: empty string prefix (Explicit element namespace)</title>
<style>
@namespace foo "";

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#prefixes"/>
<link rel="match" href="reftest/ref-lime-1-generic.xml"/>
<link rel="match" href="reference/ref-lime-1-generic.xml"/>
<title>CSS Namespaces Test Suite: empty string prefix (Implied element namespace)</title>
<style>
@namespace foo "";

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#prefixes"/>
<link rel="match" href="reftest/ref-lime-2-generic.xml"/>
<link rel="match" href="reference/ref-lime-2-generic.xml"/>
<title>CSS Namespaces Test Suite: empty string default namespace</title>
<style>
@namespace "";

View file

@ -4,7 +4,7 @@
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="author" title="Boris Zbarsky" href="https://bugzilla.mozilla.org/show_bug.cgi?id=458381#c4"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#prefixes"/>
<link rel="match" href="reftest/ref-lime-2-generic.xml"/>
<link rel="match" href="reference/ref-lime-2-generic.xml"/>
<title>CSS Namespaces Test Suite: no default namespace</title>
<style>
@namespace x "test";

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#prefixes"/>
<link rel="match" href="reftest/ref-lime-2.xml"/>
<link rel="match" href="reference/ref-lime-2.xml"/>
<title>CSS Namespaces Test Suite: no prefix</title>
<style>
@namespace "test";

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#scope"/>
<link rel="match" href="reftest/ref-lime-1.xml"/>
<link rel="match" href="reference/ref-lime-1.xml"/>
<meta name="flags" content="invalid"/>
<title>CSS Namespaces Test Suite: scope &lt;style></title>
<style>

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#scope"/>
<link rel="match" href="reftest/ref-lime-1.xml"/>
<link rel="match" href="reference/ref-lime-1.xml"/>
<title>CSS Namespaces Test Suite: scope @import</title>
<style>
test { background:lime }

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#syntax"/>
<link rel="match" href="reftest/ref-lime-1-block.xml"/>
<link rel="match" href="reference/ref-lime-1-block.xml"/>
<title>CSS Namespaces Test Suite: @namespace case-insensitivity</title>
<style>
@NAmespace x "http://www.w3.org/1999/xhtml";

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#syntax"/>
<link rel="match" href="reftest/ref-lime-1-block.xml"/>
<link rel="match" href="reference/ref-lime-1-block.xml"/>
<title>CSS Namespaces Test Suite: @namespace syntax with escapes</title>
<style>
@\N\000041 mes\pac\65 x "http://www.w3.org/1999/xhtml";

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#syntax"/>
<link rel="match" href="reftest/ref-lime-5.xml"/>
<link rel="match" href="reference/ref-lime-5.xml"/>
<title>CSS Namespaces Test Suite: @namespace default namespace syntax</title>
<style>
*|test { background:red }

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#syntax"/>
<link rel="match" href="reftest/ref-lime-1.xml"/>
<link rel="match" href="reference/ref-lime-1.xml"/>
<title>CSS Namespaces Test Suite: @namespace url() with escape</title>
<style>
@namespace u\00072l("test");

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#syntax"/>
<link rel="match" href="reftest/ref-lime-5.xml"/>
<link rel="match" href="reference/ref-lime-5.xml"/>
<title>CSS Namespaces Test Suite: @namespace string and url() syntax</title>
<style>
test { background:red }

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#syntax"/>
<link rel="match" href="reftest/ref-lime-1.xml"/>
<link rel="match" href="reference/ref-lime-1.xml"/>
<meta name="flags" content="invalid"/>
<title>CSS Namespaces Test Suite: invalid ordering of @namespace and @import</title>
<style>

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#syntax"/>
<link rel="match" href="reftest/ref-lime-1.xml"/>
<link rel="match" href="reference/ref-lime-1.xml"/>
<title>CSS Namespaces Test Suite: @namespace and @charset</title>
<link rel="stylesheet" href="support/syntax-007.css"/>
</head>

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#syntax"/>
<link rel="match" href="reftest/ref-lime-2.xml"/>
<link rel="match" href="reference/ref-lime-2.xml"/>
<title>CSS Namespaces Test Suite: escapes in prefix</title>
<style>
@namespace \72x url("test");

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#syntax"/>
<link rel="match" href="reftest/ref-lime-1.xml"/>
<link rel="match" href="reference/ref-lime-1.xml"/>
<title>CSS Namespaces Test Suite: escaped vertical bar in qualified name</title>
<style>
@namespace x "test";

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#syntax"/>
<link rel="match" href="reftest/ref-lime-3.xml"/>
<link rel="match" href="reference/ref-lime-3.xml"/>
<meta name="flags" content="invalid"/>
<title>CSS Namespaces Test Suite: duplicate @namespace declarations</title>
<style>

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#syntax"/>
<link rel="match" href="reftest/ref-lime-6.xml"/>
<link rel="match" href="reference/ref-lime-6.xml"/>
<title>CSS Namespaces Test Suite: string comparison (no URI resolving)</title>
<style>
@namespace url("http://example.com/");

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#syntax"/>
<link rel="match" href="reftest/ref-lime-3.xml"/>
<link rel="match" href="reference/ref-lime-3.xml"/>
<title>CSS Namespaces Test Suite: whitespace and comment handling</title>
<style>
test { background:red }

View file

@ -4,7 +4,7 @@
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#syntax"/>
<link rel="match" href="reftest/ref-lime-5.xml"/>
<link rel="match" href="reference/ref-lime-5.xml"/>
<meta name="flags" content="invalid"/>
<title>CSS Namespaces Test Suite: @namespace error handling</title>
<style>

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#syntax"/>
<link rel="match" href="reftest/ref-lime-3.xml"/>
<link rel="match" href="reference/ref-lime-3.xml"/>
<meta name="flags" content="invalid"/>
<title>CSS Namespaces Test Suite: @namespace and invalid at-rules</title>
<style>

View file

@ -3,7 +3,7 @@
<link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
<link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#syntax"/>
<link rel="match" href="reftest/ref-lime-1.xml"/>
<link rel="match" href="reference/ref-lime-1.xml"/>
<title>CSS Namespaces Test Suite: invalid URI</title>
<style>
@namespace x url("test");