mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Update CSS tests to revision 8cf31317e387a3bc22febb39ca3df8180a54b13e
This commit is contained in:
parent
5ffeb3b95b
commit
af637640ae
42 changed files with 902 additions and 50 deletions
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ?
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
dc546342df5a876c3efd193edd3b16a65f538dbc
|
||||
74c6baf4e6860b208474500fc5375260579b0fa5
|
|
@ -139383,6 +139383,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": [
|
||||
|
@ -198477,6 +198557,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": [
|
||||
|
@ -256971,6 +257131,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
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
[attribute-006.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[attribute-007.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue