mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 38bd28fe2368c650cf6e57be205cf3118dbd4997
This commit is contained in:
parent
a28e15e4ea
commit
85fe63f512
165 changed files with 2144 additions and 2644 deletions
|
@ -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";
|
||||
|
|
|
@ -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 "";
|
||||
|
|
|
@ -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 "";
|
||||
|
|
|
@ -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 "";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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 <style></title>
|
||||
<style>
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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/");
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue