aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2015-10-12 16:52:54 +0200
committerMs2ger <Ms2ger@gmail.com>2015-10-12 17:53:47 +0200
commitaf637640ae8b480db1faba067fb2875ebdbe88d3 (patch)
tree59039a7a0432e52639ba10070c2b8aef00fe6954
parent5ffeb3b95bfc90079622fa65fa7f6dc4fff25350 (diff)
downloadservo-af637640ae8b480db1faba067fb2875ebdbe88d3.tar.gz
servo-af637640ae8b480db1faba067fb2875ebdbe88d3.zip
Update CSS tests to revision 8cf31317e387a3bc22febb39ca3df8180a54b13e
-rw-r--r--tests/wpt/css-tests/css21_dev/html4/attribute-000.htm1
-rw-r--r--tests/wpt/css-tests/css21_dev/html4/attribute-001.htm1
-rw-r--r--tests/wpt/css-tests/css21_dev/html4/attribute-002.htm1
-rw-r--r--tests/wpt/css-tests/css21_dev/html4/attribute-003.htm1
-rw-r--r--tests/wpt/css-tests/css21_dev/html4/attribute-004.htm1
-rw-r--r--tests/wpt/css-tests/css21_dev/html4/attribute-005.htm1
-rw-r--r--tests/wpt/css-tests/css21_dev/html4/attribute-006.htm1
-rw-r--r--tests/wpt/css-tests/css21_dev/html4/attribute-007.htm1
-rw-r--r--tests/wpt/css-tests/css21_dev/html4/chapter-5.htm16
-rw-r--r--tests/wpt/css-tests/css21_dev/html4/reference/attribute-ref.htm23
-rw-r--r--tests/wpt/css-tests/css21_dev/html4/reftest-toc.htm64
-rw-r--r--tests/wpt/css-tests/css21_dev/html4/reftest.list8
-rw-r--r--tests/wpt/css-tests/css21_dev/implementation-report-TEMPLATE.data32
-rw-r--r--tests/wpt/css-tests/css21_dev/testinfo.data16
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1/attribute-000.xht1
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1/attribute-001.xht1
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1/attribute-002.xht1
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1/attribute-003.xht1
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1/attribute-004.xht1
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1/attribute-005.xht1
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1/attribute-006.xht1
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1/attribute-007.xht1
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1/chapter-5.xht16
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1/reference/attribute-ref.xht23
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1/reftest-toc.xht64
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1/reftest.list8
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1print/attribute-000.xht1
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1print/attribute-001.xht1
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1print/attribute-002.xht1
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1print/attribute-003.xht1
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1print/attribute-004.xht1
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1print/attribute-005.xht1
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1print/attribute-006.xht1
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1print/attribute-007.xht1
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1print/chapter-5.xht16
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1print/reference/attribute-ref.xht32
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1print/reftest-toc.xht64
-rw-r--r--tests/wpt/css-tests/css21_dev/xhtml1print/reftest.list8
-rw-r--r--tests/wpt/css-tests/source_rev2
-rw-r--r--tests/wpt/metadata-css/MANIFEST.json530
-rw-r--r--tests/wpt/metadata-css/css21_dev/html4/attribute-006.htm.ini3
-rw-r--r--tests/wpt/metadata-css/css21_dev/html4/attribute-007.htm.ini3
42 files changed, 902 insertions, 50 deletions
diff --git a/tests/wpt/css-tests/css21_dev/html4/attribute-000.htm b/tests/wpt/css-tests/css21_dev/html4/attribute-000.htm
index 5f5e66a4be0..45ce055c8ed 100644
--- a/tests/wpt/css-tests/css21_dev/html4/attribute-000.htm
+++ b/tests/wpt/css-tests/css21_dev/html4/attribute-000.htm
@@ -4,6 +4,7 @@
<title>CSS Test: Selectors: Attribute selectors: Generic match</title>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com">
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors">
+ <link rel="match" href="reference/attribute-ref.htm">
<meta name="flags" content="">
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value">
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/html4/attribute-001.htm b/tests/wpt/css-tests/css21_dev/html4/attribute-001.htm
index fd4d7ed541f..cadbe411bc2 100644
--- a/tests/wpt/css-tests/css21_dev/html4/attribute-001.htm
+++ b/tests/wpt/css-tests/css21_dev/html4/attribute-001.htm
@@ -4,6 +4,7 @@
<title>CSS Test: Selectors: Attribute selectors: Generic match with the universal selector</title>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com">
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors">
+ <link rel="match" href="reference/attribute-ref.htm">
<meta name="flags" content="">
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value">
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/html4/attribute-002.htm b/tests/wpt/css-tests/css21_dev/html4/attribute-002.htm
index ccdaa237dd9..4e4449b024b 100644
--- a/tests/wpt/css-tests/css21_dev/html4/attribute-002.htm
+++ b/tests/wpt/css-tests/css21_dev/html4/attribute-002.htm
@@ -4,6 +4,7 @@
<title>CSS Test: Selectors: Attribute selectors: Exact match</title>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com">
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors">
+ <link rel="match" href="reference/attribute-ref.htm">
<meta name="flags" content="">
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value">
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/html4/attribute-003.htm b/tests/wpt/css-tests/css21_dev/html4/attribute-003.htm
index 58f02c9a60f..f878ac246a7 100644
--- a/tests/wpt/css-tests/css21_dev/html4/attribute-003.htm
+++ b/tests/wpt/css-tests/css21_dev/html4/attribute-003.htm
@@ -4,6 +4,7 @@
<title>CSS Test: Selectors: Attribute selectors: Exact match with the universal selector</title>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com">
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors">
+ <link rel="match" href="reference/attribute-ref.htm">
<meta name="flags" content="">
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value">
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/html4/attribute-004.htm b/tests/wpt/css-tests/css21_dev/html4/attribute-004.htm
index aefbcf3a8c9..151c2866036 100644
--- a/tests/wpt/css-tests/css21_dev/html4/attribute-004.htm
+++ b/tests/wpt/css-tests/css21_dev/html4/attribute-004.htm
@@ -4,6 +4,7 @@
<title>CSS Test: Selectors: Attribute selectors: Partial match</title>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com">
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors">
+ <link rel="match" href="reference/attribute-ref.htm">
<meta name="flags" content="">
<meta name="assert" content="Browsers should apply each rule to the elements with one of the values separated by a space">
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/html4/attribute-005.htm b/tests/wpt/css-tests/css21_dev/html4/attribute-005.htm
index 349c7c7feb5..efcf44046cd 100644
--- a/tests/wpt/css-tests/css21_dev/html4/attribute-005.htm
+++ b/tests/wpt/css-tests/css21_dev/html4/attribute-005.htm
@@ -4,6 +4,7 @@
<title>CSS Test: Selectors: Attribute selectors: Partial match with the universal selector</title>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com">
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors">
+ <link rel="match" href="reference/attribute-ref.htm">
<meta name="flags" content="">
<meta name="assert" content="Browsers should apply each rule to the elements with one of the values separated by a space">
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/html4/attribute-006.htm b/tests/wpt/css-tests/css21_dev/html4/attribute-006.htm
index 66d6364e700..1b9409aecf7 100644
--- a/tests/wpt/css-tests/css21_dev/html4/attribute-006.htm
+++ b/tests/wpt/css-tests/css21_dev/html4/attribute-006.htm
@@ -4,6 +4,7 @@
<title>CSS Test: Selectors: Attribute selectors: Substring matching</title>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com">
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors">
+ <link rel="match" href="reference/attribute-ref.htm">
<meta name="flags" content="">
<meta name="assert" content="Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values">
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/html4/attribute-007.htm b/tests/wpt/css-tests/css21_dev/html4/attribute-007.htm
index 146b23dada2..f79357dcbff 100644
--- a/tests/wpt/css-tests/css21_dev/html4/attribute-007.htm
+++ b/tests/wpt/css-tests/css21_dev/html4/attribute-007.htm
@@ -4,6 +4,7 @@
<title>CSS Test: Selectors: Attribute selectors: Substring matching with the universal selector</title>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com">
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors">
+ <link rel="match" href="reference/attribute-ref.htm">
<meta name="flags" content="">
<meta name="assert" content="Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values">
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/html4/chapter-5.htm b/tests/wpt/css-tests/css21_dev/html4/chapter-5.htm
index bb21f2a0bc1..1b909caec65 100644
--- a/tests/wpt/css-tests/css21_dev/html4/chapter-5.htm
+++ b/tests/wpt/css-tests/css21_dev/html4/chapter-5.htm
@@ -674,7 +674,7 @@
<tr id="attribute-000-5.8" class="primary">
<td><strong>
<a href="attribute-000.htm">attribute-000</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.htm">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Generic match
<ul class="assert">
@@ -685,7 +685,7 @@
<tr id="attribute-001-5.8" class="primary">
<td><strong>
<a href="attribute-001.htm">attribute-001</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.htm">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Generic match with the universal selector
<ul class="assert">
@@ -696,7 +696,7 @@
<tr id="attribute-002-5.8" class="primary">
<td><strong>
<a href="attribute-002.htm">attribute-002</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.htm">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Exact match
<ul class="assert">
@@ -707,7 +707,7 @@
<tr id="attribute-003-5.8" class="primary">
<td><strong>
<a href="attribute-003.htm">attribute-003</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.htm">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Exact match with the universal selector
<ul class="assert">
@@ -718,7 +718,7 @@
<tr id="attribute-004-5.8" class="primary">
<td><strong>
<a href="attribute-004.htm">attribute-004</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.htm">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Partial match
<ul class="assert">
@@ -729,7 +729,7 @@
<tr id="attribute-005-5.8" class="primary">
<td><strong>
<a href="attribute-005.htm">attribute-005</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.htm">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Partial match with the universal selector
<ul class="assert">
@@ -740,7 +740,7 @@
<tr id="attribute-006-5.8" class="primary">
<td><strong>
<a href="attribute-006.htm">attribute-006</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.htm">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Substring matching
<ul class="assert">
@@ -751,7 +751,7 @@
<tr id="attribute-007-5.8" class="primary">
<td><strong>
<a href="attribute-007.htm">attribute-007</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.htm">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Substring matching with the universal selector
<ul class="assert">
diff --git a/tests/wpt/css-tests/css21_dev/html4/reference/attribute-ref.htm b/tests/wpt/css-tests/css21_dev/html4/reference/attribute-ref.htm
new file mode 100644
index 00000000000..c42eee30356
--- /dev/null
+++ b/tests/wpt/css-tests/css21_dev/html4/reference/attribute-ref.htm
@@ -0,0 +1,23 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title>CSS Reftest Reference</title>
+<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
+<style type="text/css">
+.purple {
+ color: purple;
+}
+.black {
+ color: black;
+}
+.blue {
+ color: blue;
+}
+</style>
+</head>
+<body>
+<p class="purple">This text should be purple.</p>
+<div class="black">This text should be black.</div>
+<h4 class="blue">This text should be blue.</h4>
+</body>
+</html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css21_dev/html4/reftest-toc.htm b/tests/wpt/css-tests/css21_dev/html4/reftest-toc.htm
index 66c917c82d9..1e27bf610e3 100644
--- a/tests/wpt/css-tests/css21_dev/html4/reftest-toc.htm
+++ b/tests/wpt/css-tests/css21_dev/html4/reftest-toc.htm
@@ -4160,6 +4160,70 @@
<td rowspan="1"></td>
</tr>
</tbody>
+ <tbody id="attribute-000" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Generic match">
+ <a href="attribute-000.htm">attribute-000</a></td>
+ <td><a href="reference/attribute-ref.htm">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-001" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Generic match with the universal selector">
+ <a href="attribute-001.htm">attribute-001</a></td>
+ <td><a href="reference/attribute-ref.htm">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-002" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Exact match">
+ <a href="attribute-002.htm">attribute-002</a></td>
+ <td><a href="reference/attribute-ref.htm">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-003" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Exact match with the universal selector">
+ <a href="attribute-003.htm">attribute-003</a></td>
+ <td><a href="reference/attribute-ref.htm">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-004" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Partial match">
+ <a href="attribute-004.htm">attribute-004</a></td>
+ <td><a href="reference/attribute-ref.htm">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-005" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Partial match with the universal selector">
+ <a href="attribute-005.htm">attribute-005</a></td>
+ <td><a href="reference/attribute-ref.htm">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-006" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Substring matching">
+ <a href="attribute-006.htm">attribute-006</a></td>
+ <td><a href="reference/attribute-ref.htm">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-007" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Substring matching with the universal selector">
+ <a href="attribute-007.htm">attribute-007</a></td>
+ <td><a href="reference/attribute-ref.htm">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
<tbody id="attribute-selector-001" class="">
<tr>
<td rowspan="1" title="ID selector without value and no matching element">
diff --git a/tests/wpt/css-tests/css21_dev/html4/reftest.list b/tests/wpt/css-tests/css21_dev/html4/reftest.list
index 6af23b15c15..c4ff5cb26b8 100644
--- a/tests/wpt/css-tests/css21_dev/html4/reftest.list
+++ b/tests/wpt/css-tests/css21_dev/html4/reftest.list
@@ -545,6 +545,14 @@ at-rules-001.htm == reference/ref-this-text-should-be-green.htm
at-rules-002.htm == reference/ref-this-text-should-be-green.htm
at-rules-003.htm == reference/ref-this-text-should-be-green.htm
at-rules-004.htm == reference/ref-this-text-should-be-green.htm
+attribute-000.htm == reference/attribute-ref.htm
+attribute-001.htm == reference/attribute-ref.htm
+attribute-002.htm == reference/attribute-ref.htm
+attribute-003.htm == reference/attribute-ref.htm
+attribute-004.htm == reference/attribute-ref.htm
+attribute-005.htm == reference/attribute-ref.htm
+attribute-006.htm == reference/attribute-ref.htm
+attribute-007.htm == reference/attribute-ref.htm
attribute-selector-001.htm == reference/no-red-filler-text-ref.htm
attribute-selector-002.htm == reference/filler-text-below-green.htm
attribute-token-selector-002.htm == reference/attribute-token-selector-002-ref.htm
diff --git a/tests/wpt/css-tests/css21_dev/implementation-report-TEMPLATE.data b/tests/wpt/css-tests/css21_dev/implementation-report-TEMPLATE.data
index 73a8303a161..dcc175c0577 100644
--- a/tests/wpt/css-tests/css21_dev/implementation-report-TEMPLATE.data
+++ b/tests/wpt/css-tests/css21_dev/implementation-report-TEMPLATE.data
@@ -1149,22 +1149,22 @@ html4/at-rules-003.htm 0f5f5bc7045648e4263be989b35d6e065cdc87a3 ?
xhtml1/at-rules-003.xht 0f5f5bc7045648e4263be989b35d6e065cdc87a3 ?
html4/at-rules-004.htm 51faac3b5670dc4b9946fa92d5ee7d2c7b8d103c ?
xhtml1/at-rules-004.xht 51faac3b5670dc4b9946fa92d5ee7d2c7b8d103c ?
-html4/attribute-000.htm 08f54a50e049cfda5273d6db76eeca9d63196de9 ?
-xhtml1/attribute-000.xht 08f54a50e049cfda5273d6db76eeca9d63196de9 ?
-html4/attribute-001.htm 4ae0bd0b643dbcd7426ae9d12cf7802c93ae5000 ?
-xhtml1/attribute-001.xht 4ae0bd0b643dbcd7426ae9d12cf7802c93ae5000 ?
-html4/attribute-002.htm 6eeb58ea6dc60ff14519333d25876f24c3776a0a ?
-xhtml1/attribute-002.xht 6eeb58ea6dc60ff14519333d25876f24c3776a0a ?
-html4/attribute-003.htm 707fd928c57cf13f0b4e2ebaefcc04e5bec08bef ?
-xhtml1/attribute-003.xht 707fd928c57cf13f0b4e2ebaefcc04e5bec08bef ?
-html4/attribute-004.htm 37ab3bde181aaa73dfb90a156640c3b41fc34ff5 ?
-xhtml1/attribute-004.xht 37ab3bde181aaa73dfb90a156640c3b41fc34ff5 ?
-html4/attribute-005.htm 9d3eb9bd0742363884fe1ef0692a1ffb8a3a85c7 ?
-xhtml1/attribute-005.xht 9d3eb9bd0742363884fe1ef0692a1ffb8a3a85c7 ?
-html4/attribute-006.htm 7a4b4c865c337a99e63db9b6d4d7ea99151a8548 ?
-xhtml1/attribute-006.xht 7a4b4c865c337a99e63db9b6d4d7ea99151a8548 ?
-html4/attribute-007.htm ab89af4aeef715d8613fc069feca8777e98ffac0 ?
-xhtml1/attribute-007.xht ab89af4aeef715d8613fc069feca8777e98ffac0 ?
+html4/attribute-000.htm a32cfc0e0d52770e2129f4c248b79c968f60c60c ?
+xhtml1/attribute-000.xht a32cfc0e0d52770e2129f4c248b79c968f60c60c ?
+html4/attribute-001.htm 7fc9f454f3227a633365360acf485b81aeeeac67 ?
+xhtml1/attribute-001.xht 7fc9f454f3227a633365360acf485b81aeeeac67 ?
+html4/attribute-002.htm 1d43509f1b099a875f871ec5de9b5508b32cd8c0 ?
+xhtml1/attribute-002.xht 1d43509f1b099a875f871ec5de9b5508b32cd8c0 ?
+html4/attribute-003.htm 62089e0c1cacad170ece3b338da072a2022341b3 ?
+xhtml1/attribute-003.xht 62089e0c1cacad170ece3b338da072a2022341b3 ?
+html4/attribute-004.htm ef4d03a493574aaf456b57ebd72eb81063710add ?
+xhtml1/attribute-004.xht ef4d03a493574aaf456b57ebd72eb81063710add ?
+html4/attribute-005.htm 9db0947a01c943f0c8d8f684c6430b9190678770 ?
+xhtml1/attribute-005.xht 9db0947a01c943f0c8d8f684c6430b9190678770 ?
+html4/attribute-006.htm 0f007061f3c3c74d7ce5604b33e4f992978175d4 ?
+xhtml1/attribute-006.xht 0f007061f3c3c74d7ce5604b33e4f992978175d4 ?
+html4/attribute-007.htm 163d1590b3ad36910b7d84a454a502744eac7ef5 ?
+xhtml1/attribute-007.xht 163d1590b3ad36910b7d84a454a502744eac7ef5 ?
html4/attribute-selector-001.htm e3c38cd712391d73ec4b0ec9ecca15c5a8f1a517 ?
xhtml1/attribute-selector-001.xht e3c38cd712391d73ec4b0ec9ecca15c5a8f1a517 ?
html4/attribute-selector-002.htm 8258ef77fe8bc269d4ad7da52844fb69831f263a ?
diff --git a/tests/wpt/css-tests/css21_dev/testinfo.data b/tests/wpt/css-tests/css21_dev/testinfo.data
index 73b568680c1..1c61a46fcd6 100644
--- a/tests/wpt/css-tests/css21_dev/testinfo.data
+++ b/tests/wpt/css-tests/css21_dev/testinfo.data
@@ -587,14 +587,14 @@ at-rules-001 reference/ref-this-text-should-be-green At-rules http://www.w3.org
at-rules-002 reference/ref-this-text-should-be-green At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules be9cf728ee887648237b132d34b7f06b35f974b1 `L. David Baron`<http://dbaron.org/>
at-rules-003 reference/ref-this-text-should-be-green At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 0f5f5bc7045648e4263be989b35d6e065cdc87a3 `L. David Baron`<http://dbaron.org/>
at-rules-004 reference/ref-this-text-should-be-green At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 51faac3b5670dc4b9946fa92d5ee7d2c7b8d103c `L. David Baron`<http://dbaron.org/>
-attribute-000 Selectors: Attribute selectors: Generic match http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 08f54a50e049cfda5273d6db76eeca9d63196de9 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with the specified attribute, disregarding its value
-attribute-001 Selectors: Attribute selectors: Generic match with the universal selector http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 4ae0bd0b643dbcd7426ae9d12cf7802c93ae5000 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with the specified attribute, disregarding its value
-attribute-002 Selectors: Attribute selectors: Exact match http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 6eeb58ea6dc60ff14519333d25876f24c3776a0a `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with the specified attribute and the specified value
-attribute-003 Selectors: Attribute selectors: Exact match with the universal selector http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 707fd928c57cf13f0b4e2ebaefcc04e5bec08bef `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with the specified attribute and the specified value
-attribute-004 Selectors: Attribute selectors: Partial match http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 37ab3bde181aaa73dfb90a156640c3b41fc34ff5 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with one of the values separated by a space
-attribute-005 Selectors: Attribute selectors: Partial match with the universal selector http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 9d3eb9bd0742363884fe1ef0692a1ffb8a3a85c7 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with one of the values separated by a space
-attribute-006 Selectors: Attribute selectors: Substring matching http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 7a4b4c865c337a99e63db9b6d4d7ea99151a8548 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values
-attribute-007 Selectors: Attribute selectors: Substring matching with the universal selector http://www.w3.org/TR/CSS21/selector.html#attribute-selectors ab89af4aeef715d8613fc069feca8777e98ffac0 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values
+attribute-000 reference/attribute-ref Selectors: Attribute selectors: Generic match http://www.w3.org/TR/CSS21/selector.html#attribute-selectors a32cfc0e0d52770e2129f4c248b79c968f60c60c `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with the specified attribute, disregarding its value
+attribute-001 reference/attribute-ref Selectors: Attribute selectors: Generic match with the universal selector http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 7fc9f454f3227a633365360acf485b81aeeeac67 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with the specified attribute, disregarding its value
+attribute-002 reference/attribute-ref Selectors: Attribute selectors: Exact match http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 1d43509f1b099a875f871ec5de9b5508b32cd8c0 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with the specified attribute and the specified value
+attribute-003 reference/attribute-ref Selectors: Attribute selectors: Exact match with the universal selector http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 62089e0c1cacad170ece3b338da072a2022341b3 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with the specified attribute and the specified value
+attribute-004 reference/attribute-ref Selectors: Attribute selectors: Partial match http://www.w3.org/TR/CSS21/selector.html#attribute-selectors ef4d03a493574aaf456b57ebd72eb81063710add `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with one of the values separated by a space
+attribute-005 reference/attribute-ref Selectors: Attribute selectors: Partial match with the universal selector http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 9db0947a01c943f0c8d8f684c6430b9190678770 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with one of the values separated by a space
+attribute-006 reference/attribute-ref Selectors: Attribute selectors: Substring matching http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 0f007061f3c3c74d7ce5604b33e4f992978175d4 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values
+attribute-007 reference/attribute-ref Selectors: Attribute selectors: Substring matching with the universal selector http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 163d1590b3ad36910b7d84a454a502744eac7ef5 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values
attribute-selector-001 reference/no-red-filler-text-ref ID selector without value and no matching element http://www.w3.org/TR/CSS21/selector.html#attribute-selectors e3c38cd712391d73ec4b0ec9ecca15c5a8f1a517 `Microsoft`<http://www.microsoft.com/> Attribute selector without a value matches any element which has that attribute set.
attribute-selector-002 reference/filler-text-below-green Attribute selector without value http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 8258ef77fe8bc269d4ad7da52844fb69831f263a `Microsoft`<http://www.microsoft.com/> Attribute selector without a value matches any element which has that attribute set.
attribute-token-selector-002 reference/attribute-token-selector-002-ref [attr~=""]Attribute Selectors with Empty String Values http://www.w3.org/TR/CSS21/syndata.html#tokenization e3618655002fbb5400400c7e265d1e7ab68b0ef7 `Elika J. Etemad`<http://fantasai.inkedblade.net/> [attr~=''] is valid but matches nothing.
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/attribute-000.xht b/tests/wpt/css-tests/css21_dev/xhtml1/attribute-000.xht
index 46647ae8c4b..63c62633731 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1/attribute-000.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1/attribute-000.xht
@@ -4,6 +4,7 @@
<title>CSS Test: Selectors: Attribute selectors: Generic match</title>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors"/>
+ <link rel="match" href="reference/attribute-ref.xht"/>
<meta name="flags" content=""/>
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value"/>
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/attribute-001.xht b/tests/wpt/css-tests/css21_dev/xhtml1/attribute-001.xht
index 14b589f0397..643531b6eb3 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1/attribute-001.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1/attribute-001.xht
@@ -4,6 +4,7 @@
<title>CSS Test: Selectors: Attribute selectors: Generic match with the universal selector</title>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors"/>
+ <link rel="match" href="reference/attribute-ref.xht"/>
<meta name="flags" content=""/>
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value"/>
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/attribute-002.xht b/tests/wpt/css-tests/css21_dev/xhtml1/attribute-002.xht
index d127dbbace0..eea3cf71a2e 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1/attribute-002.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1/attribute-002.xht
@@ -4,6 +4,7 @@
<title>CSS Test: Selectors: Attribute selectors: Exact match</title>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors"/>
+ <link rel="match" href="reference/attribute-ref.xht"/>
<meta name="flags" content=""/>
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value"/>
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/attribute-003.xht b/tests/wpt/css-tests/css21_dev/xhtml1/attribute-003.xht
index 470b8ae99e1..434a5f50c9e 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1/attribute-003.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1/attribute-003.xht
@@ -4,6 +4,7 @@
<title>CSS Test: Selectors: Attribute selectors: Exact match with the universal selector</title>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors"/>
+ <link rel="match" href="reference/attribute-ref.xht"/>
<meta name="flags" content=""/>
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value"/>
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/attribute-004.xht b/tests/wpt/css-tests/css21_dev/xhtml1/attribute-004.xht
index aa9457a7918..2aeb299e5bd 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1/attribute-004.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1/attribute-004.xht
@@ -4,6 +4,7 @@
<title>CSS Test: Selectors: Attribute selectors: Partial match</title>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors"/>
+ <link rel="match" href="reference/attribute-ref.xht"/>
<meta name="flags" content=""/>
<meta name="assert" content="Browsers should apply each rule to the elements with one of the values separated by a space"/>
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/attribute-005.xht b/tests/wpt/css-tests/css21_dev/xhtml1/attribute-005.xht
index 69543b6f2fa..41133688ad4 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1/attribute-005.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1/attribute-005.xht
@@ -4,6 +4,7 @@
<title>CSS Test: Selectors: Attribute selectors: Partial match with the universal selector</title>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors"/>
+ <link rel="match" href="reference/attribute-ref.xht"/>
<meta name="flags" content=""/>
<meta name="assert" content="Browsers should apply each rule to the elements with one of the values separated by a space"/>
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/attribute-006.xht b/tests/wpt/css-tests/css21_dev/xhtml1/attribute-006.xht
index ad1d8b4cd3c..f4a15ade9b6 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1/attribute-006.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1/attribute-006.xht
@@ -4,6 +4,7 @@
<title>CSS Test: Selectors: Attribute selectors: Substring matching</title>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors"/>
+ <link rel="match" href="reference/attribute-ref.xht"/>
<meta name="flags" content=""/>
<meta name="assert" content="Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values"/>
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/attribute-007.xht b/tests/wpt/css-tests/css21_dev/xhtml1/attribute-007.xht
index 12b95b2c8ca..eba1eb6098b 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1/attribute-007.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1/attribute-007.xht
@@ -4,6 +4,7 @@
<title>CSS Test: Selectors: Attribute selectors: Substring matching with the universal selector</title>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors"/>
+ <link rel="match" href="reference/attribute-ref.xht"/>
<meta name="flags" content=""/>
<meta name="assert" content="Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values"/>
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-5.xht b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-5.xht
index 62ca8bb300b..55a3ff3c8c6 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-5.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-5.xht
@@ -674,7 +674,7 @@
<tr id="attribute-000-5.8" class="primary">
<td><strong>
<a href="attribute-000.xht">attribute-000</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Generic match
<ul class="assert">
@@ -685,7 +685,7 @@
<tr id="attribute-001-5.8" class="primary">
<td><strong>
<a href="attribute-001.xht">attribute-001</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Generic match with the universal selector
<ul class="assert">
@@ -696,7 +696,7 @@
<tr id="attribute-002-5.8" class="primary">
<td><strong>
<a href="attribute-002.xht">attribute-002</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Exact match
<ul class="assert">
@@ -707,7 +707,7 @@
<tr id="attribute-003-5.8" class="primary">
<td><strong>
<a href="attribute-003.xht">attribute-003</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Exact match with the universal selector
<ul class="assert">
@@ -718,7 +718,7 @@
<tr id="attribute-004-5.8" class="primary">
<td><strong>
<a href="attribute-004.xht">attribute-004</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Partial match
<ul class="assert">
@@ -729,7 +729,7 @@
<tr id="attribute-005-5.8" class="primary">
<td><strong>
<a href="attribute-005.xht">attribute-005</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Partial match with the universal selector
<ul class="assert">
@@ -740,7 +740,7 @@
<tr id="attribute-006-5.8" class="primary">
<td><strong>
<a href="attribute-006.xht">attribute-006</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Substring matching
<ul class="assert">
@@ -751,7 +751,7 @@
<tr id="attribute-007-5.8" class="primary">
<td><strong>
<a href="attribute-007.xht">attribute-007</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Substring matching with the universal selector
<ul class="assert">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/attribute-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/attribute-ref.xht
new file mode 100644
index 00000000000..448f9a9b975
--- /dev/null
+++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/attribute-ref.xht
@@ -0,0 +1,23 @@
+<!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><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>CSS Reftest Reference</title>
+<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
+<style type="text/css">
+.purple {
+ color: purple;
+}
+.black {
+ color: black;
+}
+.blue {
+ color: blue;
+}
+</style>
+</head>
+<body>
+<p class="purple">This text should be purple.</p>
+<div class="black">This text should be black.</div>
+<h4 class="blue">This text should be blue.</h4>
+</body>
+</html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reftest-toc.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reftest-toc.xht
index 5dbf5036b6b..ad885a44958 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1/reftest-toc.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1/reftest-toc.xht
@@ -4392,6 +4392,70 @@
<td rowspan="1"></td>
</tr>
</tbody>
+ <tbody id="attribute-000" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Generic match">
+ <a href="attribute-000.xht">attribute-000</a></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-001" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Generic match with the universal selector">
+ <a href="attribute-001.xht">attribute-001</a></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-002" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Exact match">
+ <a href="attribute-002.xht">attribute-002</a></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-003" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Exact match with the universal selector">
+ <a href="attribute-003.xht">attribute-003</a></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-004" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Partial match">
+ <a href="attribute-004.xht">attribute-004</a></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-005" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Partial match with the universal selector">
+ <a href="attribute-005.xht">attribute-005</a></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-006" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Substring matching">
+ <a href="attribute-006.xht">attribute-006</a></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-007" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Substring matching with the universal selector">
+ <a href="attribute-007.xht">attribute-007</a></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
<tbody id="attribute-selector-001" class="">
<tr>
<td rowspan="1" title="ID selector without value and no matching element">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reftest.list b/tests/wpt/css-tests/css21_dev/xhtml1/reftest.list
index b8b5351f407..a7bdcb3fd93 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1/reftest.list
+++ b/tests/wpt/css-tests/css21_dev/xhtml1/reftest.list
@@ -545,6 +545,14 @@ at-rules-001.xht == reference/ref-this-text-should-be-green.xht
at-rules-002.xht == reference/ref-this-text-should-be-green.xht
at-rules-003.xht == reference/ref-this-text-should-be-green.xht
at-rules-004.xht == reference/ref-this-text-should-be-green.xht
+attribute-000.xht == reference/attribute-ref.xht
+attribute-001.xht == reference/attribute-ref.xht
+attribute-002.xht == reference/attribute-ref.xht
+attribute-003.xht == reference/attribute-ref.xht
+attribute-004.xht == reference/attribute-ref.xht
+attribute-005.xht == reference/attribute-ref.xht
+attribute-006.xht == reference/attribute-ref.xht
+attribute-007.xht == reference/attribute-ref.xht
attribute-selector-001.xht == reference/no-red-filler-text-ref.xht
attribute-selector-002.xht == reference/filler-text-below-green.xht
attribute-token-selector-002.xht == reference/attribute-token-selector-002-ref.xht
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-000.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-000.xht
index 6f2daf52dc0..fab59e60f8f 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-000.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-000.xht
@@ -13,6 +13,7 @@
</style>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors"/>
+ <link rel="match" href="reference/attribute-ref.xht"/>
<meta name="flags" content=""/>
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value"/>
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-001.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-001.xht
index d647f380d49..2c4aeecd500 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-001.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-001.xht
@@ -13,6 +13,7 @@
</style>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors"/>
+ <link rel="match" href="reference/attribute-ref.xht"/>
<meta name="flags" content=""/>
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value"/>
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-002.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-002.xht
index 2e414ffca80..ccd9f396566 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-002.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-002.xht
@@ -13,6 +13,7 @@
</style>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors"/>
+ <link rel="match" href="reference/attribute-ref.xht"/>
<meta name="flags" content=""/>
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value"/>
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-003.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-003.xht
index 1179fd80b78..f2e2af7f56e 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-003.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-003.xht
@@ -13,6 +13,7 @@
</style>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors"/>
+ <link rel="match" href="reference/attribute-ref.xht"/>
<meta name="flags" content=""/>
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value"/>
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-004.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-004.xht
index 016fb059355..b9f95c8bf26 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-004.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-004.xht
@@ -13,6 +13,7 @@
</style>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors"/>
+ <link rel="match" href="reference/attribute-ref.xht"/>
<meta name="flags" content=""/>
<meta name="assert" content="Browsers should apply each rule to the elements with one of the values separated by a space"/>
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-005.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-005.xht
index 6110c4ec550..251f84704a9 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-005.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-005.xht
@@ -13,6 +13,7 @@
</style>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors"/>
+ <link rel="match" href="reference/attribute-ref.xht"/>
<meta name="flags" content=""/>
<meta name="assert" content="Browsers should apply each rule to the elements with one of the values separated by a space"/>
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-006.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-006.xht
index b50646bfaa5..aefab73a2ca 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-006.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-006.xht
@@ -13,6 +13,7 @@
</style>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors"/>
+ <link rel="match" href="reference/attribute-ref.xht"/>
<meta name="flags" content=""/>
<meta name="assert" content="Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values"/>
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-007.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-007.xht
index 38d2dc7d903..0219507fd14 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-007.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1print/attribute-007.xht
@@ -13,6 +13,7 @@
</style>
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors"/>
+ <link rel="match" href="reference/attribute-ref.xht"/>
<meta name="flags" content=""/>
<meta name="assert" content="Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values"/>
<style type="text/css">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-5.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-5.xht
index 62ca8bb300b..55a3ff3c8c6 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-5.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-5.xht
@@ -674,7 +674,7 @@
<tr id="attribute-000-5.8" class="primary">
<td><strong>
<a href="attribute-000.xht">attribute-000</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Generic match
<ul class="assert">
@@ -685,7 +685,7 @@
<tr id="attribute-001-5.8" class="primary">
<td><strong>
<a href="attribute-001.xht">attribute-001</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Generic match with the universal selector
<ul class="assert">
@@ -696,7 +696,7 @@
<tr id="attribute-002-5.8" class="primary">
<td><strong>
<a href="attribute-002.xht">attribute-002</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Exact match
<ul class="assert">
@@ -707,7 +707,7 @@
<tr id="attribute-003-5.8" class="primary">
<td><strong>
<a href="attribute-003.xht">attribute-003</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Exact match with the universal selector
<ul class="assert">
@@ -718,7 +718,7 @@
<tr id="attribute-004-5.8" class="primary">
<td><strong>
<a href="attribute-004.xht">attribute-004</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Partial match
<ul class="assert">
@@ -729,7 +729,7 @@
<tr id="attribute-005-5.8" class="primary">
<td><strong>
<a href="attribute-005.xht">attribute-005</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Partial match with the universal selector
<ul class="assert">
@@ -740,7 +740,7 @@
<tr id="attribute-006-5.8" class="primary">
<td><strong>
<a href="attribute-006.xht">attribute-006</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Substring matching
<ul class="assert">
@@ -751,7 +751,7 @@
<tr id="attribute-007-5.8" class="primary">
<td><strong>
<a href="attribute-007.xht">attribute-007</a></strong></td>
- <td></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
<td></td>
<td>Selectors: Attribute selectors: Substring matching with the universal selector
<ul class="assert">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/reference/attribute-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/attribute-ref.xht
new file mode 100644
index 00000000000..91ec17c5b46
--- /dev/null
+++ b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/attribute-ref.xht
@@ -0,0 +1,32 @@
+<!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><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>CSS Reftest Reference</title>
+ <style type="text/css">
+ @page { font: italic 8pt sans-serif; color: gray;
+ margin: 7%;
+ counter-increment: page;
+ @top-left { content: "CSS 2.1 Conformance Test Suite"; }
+ @top-right { content: "Test attribute-ref"; }
+ @bottom-right { content: counter(page); }
+ }
+</style>
+<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
+<style type="text/css">
+.purple {
+ color: purple;
+}
+.black {
+ color: black;
+}
+.blue {
+ color: blue;
+}
+</style>
+</head>
+<body>
+<p class="purple">This text should be purple.</p>
+<div class="black">This text should be black.</div>
+<h4 class="blue">This text should be blue.</h4>
+</body>
+</html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/reftest-toc.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/reftest-toc.xht
index 5dbf5036b6b..ad885a44958 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1print/reftest-toc.xht
+++ b/tests/wpt/css-tests/css21_dev/xhtml1print/reftest-toc.xht
@@ -4392,6 +4392,70 @@
<td rowspan="1"></td>
</tr>
</tbody>
+ <tbody id="attribute-000" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Generic match">
+ <a href="attribute-000.xht">attribute-000</a></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-001" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Generic match with the universal selector">
+ <a href="attribute-001.xht">attribute-001</a></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-002" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Exact match">
+ <a href="attribute-002.xht">attribute-002</a></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-003" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Exact match with the universal selector">
+ <a href="attribute-003.xht">attribute-003</a></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-004" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Partial match">
+ <a href="attribute-004.xht">attribute-004</a></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-005" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Partial match with the universal selector">
+ <a href="attribute-005.xht">attribute-005</a></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-006" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Substring matching">
+ <a href="attribute-006.xht">attribute-006</a></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
+ <tbody id="attribute-007" class="">
+ <tr>
+ <td rowspan="1" title="Selectors: Attribute selectors: Substring matching with the universal selector">
+ <a href="attribute-007.xht">attribute-007</a></td>
+ <td><a href="reference/attribute-ref.xht">=</a> </td>
+ <td rowspan="1"></td>
+ </tr>
+ </tbody>
<tbody id="attribute-selector-001" class="">
<tr>
<td rowspan="1" title="ID selector without value and no matching element">
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/reftest.list b/tests/wpt/css-tests/css21_dev/xhtml1print/reftest.list
index b8b5351f407..a7bdcb3fd93 100644
--- a/tests/wpt/css-tests/css21_dev/xhtml1print/reftest.list
+++ b/tests/wpt/css-tests/css21_dev/xhtml1print/reftest.list
@@ -545,6 +545,14 @@ at-rules-001.xht == reference/ref-this-text-should-be-green.xht
at-rules-002.xht == reference/ref-this-text-should-be-green.xht
at-rules-003.xht == reference/ref-this-text-should-be-green.xht
at-rules-004.xht == reference/ref-this-text-should-be-green.xht
+attribute-000.xht == reference/attribute-ref.xht
+attribute-001.xht == reference/attribute-ref.xht
+attribute-002.xht == reference/attribute-ref.xht
+attribute-003.xht == reference/attribute-ref.xht
+attribute-004.xht == reference/attribute-ref.xht
+attribute-005.xht == reference/attribute-ref.xht
+attribute-006.xht == reference/attribute-ref.xht
+attribute-007.xht == reference/attribute-ref.xht
attribute-selector-001.xht == reference/no-red-filler-text-ref.xht
attribute-selector-002.xht == reference/filler-text-below-green.xht
attribute-token-selector-002.xht == reference/attribute-token-selector-002-ref.xht
diff --git a/tests/wpt/css-tests/source_rev b/tests/wpt/css-tests/source_rev
index edad319a087..f8b52f058c7 100644
--- a/tests/wpt/css-tests/source_rev
+++ b/tests/wpt/css-tests/source_rev
@@ -1 +1 @@
-dc546342df5a876c3efd193edd3b16a65f538dbc \ No newline at end of file
+74c6baf4e6860b208474500fc5375260579b0fa5 \ No newline at end of file
diff --git a/tests/wpt/metadata-css/MANIFEST.json b/tests/wpt/metadata-css/MANIFEST.json
index 6676bdc54d6..13f2a8005fc 100644
--- a/tests/wpt/metadata-css/MANIFEST.json
+++ b/tests/wpt/metadata-css/MANIFEST.json
@@ -139384,6 +139384,86 @@
"url": "/css21_dev/html4/at-rules-004.htm"
},
{
+ "path": "css21_dev/html4/attribute-000.htm",
+ "references": [
+ [
+ "/css21_dev/html4/reference/attribute-ref.htm",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/html4/attribute-000.htm"
+ },
+ {
+ "path": "css21_dev/html4/attribute-001.htm",
+ "references": [
+ [
+ "/css21_dev/html4/reference/attribute-ref.htm",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/html4/attribute-001.htm"
+ },
+ {
+ "path": "css21_dev/html4/attribute-002.htm",
+ "references": [
+ [
+ "/css21_dev/html4/reference/attribute-ref.htm",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/html4/attribute-002.htm"
+ },
+ {
+ "path": "css21_dev/html4/attribute-003.htm",
+ "references": [
+ [
+ "/css21_dev/html4/reference/attribute-ref.htm",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/html4/attribute-003.htm"
+ },
+ {
+ "path": "css21_dev/html4/attribute-004.htm",
+ "references": [
+ [
+ "/css21_dev/html4/reference/attribute-ref.htm",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/html4/attribute-004.htm"
+ },
+ {
+ "path": "css21_dev/html4/attribute-005.htm",
+ "references": [
+ [
+ "/css21_dev/html4/reference/attribute-ref.htm",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/html4/attribute-005.htm"
+ },
+ {
+ "path": "css21_dev/html4/attribute-006.htm",
+ "references": [
+ [
+ "/css21_dev/html4/reference/attribute-ref.htm",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/html4/attribute-006.htm"
+ },
+ {
+ "path": "css21_dev/html4/attribute-007.htm",
+ "references": [
+ [
+ "/css21_dev/html4/reference/attribute-ref.htm",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/html4/attribute-007.htm"
+ },
+ {
"path": "css21_dev/html4/attribute-selector-001.htm",
"references": [
[
@@ -198478,6 +198558,86 @@
"url": "/css21_dev/xhtml1/at-rules-004.xht"
},
{
+ "path": "css21_dev/xhtml1/attribute-000.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1/attribute-000.xht"
+ },
+ {
+ "path": "css21_dev/xhtml1/attribute-001.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1/attribute-001.xht"
+ },
+ {
+ "path": "css21_dev/xhtml1/attribute-002.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1/attribute-002.xht"
+ },
+ {
+ "path": "css21_dev/xhtml1/attribute-003.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1/attribute-003.xht"
+ },
+ {
+ "path": "css21_dev/xhtml1/attribute-004.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1/attribute-004.xht"
+ },
+ {
+ "path": "css21_dev/xhtml1/attribute-005.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1/attribute-005.xht"
+ },
+ {
+ "path": "css21_dev/xhtml1/attribute-006.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1/attribute-006.xht"
+ },
+ {
+ "path": "css21_dev/xhtml1/attribute-007.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1/attribute-007.xht"
+ },
+ {
"path": "css21_dev/xhtml1/attribute-selector-001.xht",
"references": [
[
@@ -256972,6 +257132,86 @@
"url": "/css21_dev/xhtml1print/at-rules-004.xht"
},
{
+ "path": "css21_dev/xhtml1print/attribute-000.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1print/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1print/attribute-000.xht"
+ },
+ {
+ "path": "css21_dev/xhtml1print/attribute-001.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1print/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1print/attribute-001.xht"
+ },
+ {
+ "path": "css21_dev/xhtml1print/attribute-002.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1print/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1print/attribute-002.xht"
+ },
+ {
+ "path": "css21_dev/xhtml1print/attribute-003.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1print/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1print/attribute-003.xht"
+ },
+ {
+ "path": "css21_dev/xhtml1print/attribute-004.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1print/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1print/attribute-004.xht"
+ },
+ {
+ "path": "css21_dev/xhtml1print/attribute-005.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1print/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1print/attribute-005.xht"
+ },
+ {
+ "path": "css21_dev/xhtml1print/attribute-006.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1print/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1print/attribute-006.xht"
+ },
+ {
+ "path": "css21_dev/xhtml1print/attribute-007.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1print/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1print/attribute-007.xht"
+ },
+ {
"path": "css21_dev/xhtml1print/attribute-selector-001.xht",
"references": [
[
@@ -482949,6 +483189,102 @@
"url": "/css21_dev/html4/at-rules-004.htm"
}
],
+ "css21_dev/html4/attribute-000.htm": [
+ {
+ "path": "css21_dev/html4/attribute-000.htm",
+ "references": [
+ [
+ "/css21_dev/html4/reference/attribute-ref.htm",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/html4/attribute-000.htm"
+ }
+ ],
+ "css21_dev/html4/attribute-001.htm": [
+ {
+ "path": "css21_dev/html4/attribute-001.htm",
+ "references": [
+ [
+ "/css21_dev/html4/reference/attribute-ref.htm",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/html4/attribute-001.htm"
+ }
+ ],
+ "css21_dev/html4/attribute-002.htm": [
+ {
+ "path": "css21_dev/html4/attribute-002.htm",
+ "references": [
+ [
+ "/css21_dev/html4/reference/attribute-ref.htm",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/html4/attribute-002.htm"
+ }
+ ],
+ "css21_dev/html4/attribute-003.htm": [
+ {
+ "path": "css21_dev/html4/attribute-003.htm",
+ "references": [
+ [
+ "/css21_dev/html4/reference/attribute-ref.htm",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/html4/attribute-003.htm"
+ }
+ ],
+ "css21_dev/html4/attribute-004.htm": [
+ {
+ "path": "css21_dev/html4/attribute-004.htm",
+ "references": [
+ [
+ "/css21_dev/html4/reference/attribute-ref.htm",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/html4/attribute-004.htm"
+ }
+ ],
+ "css21_dev/html4/attribute-005.htm": [
+ {
+ "path": "css21_dev/html4/attribute-005.htm",
+ "references": [
+ [
+ "/css21_dev/html4/reference/attribute-ref.htm",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/html4/attribute-005.htm"
+ }
+ ],
+ "css21_dev/html4/attribute-006.htm": [
+ {
+ "path": "css21_dev/html4/attribute-006.htm",
+ "references": [
+ [
+ "/css21_dev/html4/reference/attribute-ref.htm",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/html4/attribute-006.htm"
+ }
+ ],
+ "css21_dev/html4/attribute-007.htm": [
+ {
+ "path": "css21_dev/html4/attribute-007.htm",
+ "references": [
+ [
+ "/css21_dev/html4/reference/attribute-ref.htm",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/html4/attribute-007.htm"
+ }
+ ],
"css21_dev/html4/attribute-selector-001.htm": [
{
"path": "css21_dev/html4/attribute-selector-001.htm",
@@ -554165,6 +554501,102 @@
"url": "/css21_dev/xhtml1/at-rules-004.xht"
}
],
+ "css21_dev/xhtml1/attribute-000.xht": [
+ {
+ "path": "css21_dev/xhtml1/attribute-000.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1/attribute-000.xht"
+ }
+ ],
+ "css21_dev/xhtml1/attribute-001.xht": [
+ {
+ "path": "css21_dev/xhtml1/attribute-001.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1/attribute-001.xht"
+ }
+ ],
+ "css21_dev/xhtml1/attribute-002.xht": [
+ {
+ "path": "css21_dev/xhtml1/attribute-002.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1/attribute-002.xht"
+ }
+ ],
+ "css21_dev/xhtml1/attribute-003.xht": [
+ {
+ "path": "css21_dev/xhtml1/attribute-003.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1/attribute-003.xht"
+ }
+ ],
+ "css21_dev/xhtml1/attribute-004.xht": [
+ {
+ "path": "css21_dev/xhtml1/attribute-004.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1/attribute-004.xht"
+ }
+ ],
+ "css21_dev/xhtml1/attribute-005.xht": [
+ {
+ "path": "css21_dev/xhtml1/attribute-005.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1/attribute-005.xht"
+ }
+ ],
+ "css21_dev/xhtml1/attribute-006.xht": [
+ {
+ "path": "css21_dev/xhtml1/attribute-006.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1/attribute-006.xht"
+ }
+ ],
+ "css21_dev/xhtml1/attribute-007.xht": [
+ {
+ "path": "css21_dev/xhtml1/attribute-007.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1/attribute-007.xht"
+ }
+ ],
"css21_dev/xhtml1/attribute-selector-001.xht": [
{
"path": "css21_dev/xhtml1/attribute-selector-001.xht",
@@ -624661,6 +625093,102 @@
"url": "/css21_dev/xhtml1print/at-rules-004.xht"
}
],
+ "css21_dev/xhtml1print/attribute-000.xht": [
+ {
+ "path": "css21_dev/xhtml1print/attribute-000.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1print/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1print/attribute-000.xht"
+ }
+ ],
+ "css21_dev/xhtml1print/attribute-001.xht": [
+ {
+ "path": "css21_dev/xhtml1print/attribute-001.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1print/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1print/attribute-001.xht"
+ }
+ ],
+ "css21_dev/xhtml1print/attribute-002.xht": [
+ {
+ "path": "css21_dev/xhtml1print/attribute-002.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1print/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1print/attribute-002.xht"
+ }
+ ],
+ "css21_dev/xhtml1print/attribute-003.xht": [
+ {
+ "path": "css21_dev/xhtml1print/attribute-003.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1print/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1print/attribute-003.xht"
+ }
+ ],
+ "css21_dev/xhtml1print/attribute-004.xht": [
+ {
+ "path": "css21_dev/xhtml1print/attribute-004.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1print/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1print/attribute-004.xht"
+ }
+ ],
+ "css21_dev/xhtml1print/attribute-005.xht": [
+ {
+ "path": "css21_dev/xhtml1print/attribute-005.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1print/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1print/attribute-005.xht"
+ }
+ ],
+ "css21_dev/xhtml1print/attribute-006.xht": [
+ {
+ "path": "css21_dev/xhtml1print/attribute-006.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1print/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1print/attribute-006.xht"
+ }
+ ],
+ "css21_dev/xhtml1print/attribute-007.xht": [
+ {
+ "path": "css21_dev/xhtml1print/attribute-007.xht",
+ "references": [
+ [
+ "/css21_dev/xhtml1print/reference/attribute-ref.xht",
+ "=="
+ ]
+ ],
+ "url": "/css21_dev/xhtml1print/attribute-007.xht"
+ }
+ ],
"css21_dev/xhtml1print/attribute-selector-001.xht": [
{
"path": "css21_dev/xhtml1print/attribute-selector-001.xht",
@@ -689458,7 +689986,7 @@
}
]
},
- "rev": "7a87ef71fc579e52d3438e009107aa442bc4021b",
+ "rev": "8cf31317e387a3bc22febb39ca3df8180a54b13e",
"url_base": "/",
"version": 2
} \ No newline at end of file
diff --git a/tests/wpt/metadata-css/css21_dev/html4/attribute-006.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/attribute-006.htm.ini
new file mode 100644
index 00000000000..b198f7cd8aa
--- /dev/null
+++ b/tests/wpt/metadata-css/css21_dev/html4/attribute-006.htm.ini
@@ -0,0 +1,3 @@
+[attribute-006.htm]
+ type: reftest
+ expected: FAIL
diff --git a/tests/wpt/metadata-css/css21_dev/html4/attribute-007.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/attribute-007.htm.ini
new file mode 100644
index 00000000000..ca8d006c4a2
--- /dev/null
+++ b/tests/wpt/metadata-css/css21_dev/html4/attribute-007.htm.ini
@@ -0,0 +1,3 @@
+[attribute-007.htm]
+ type: reftest
+ expected: FAIL