mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Auto merge of #7982 - Ms2ger:update-tests, r=Ms2ger
Update tests <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7982) <!-- Reviewable:end -->
This commit is contained in:
commit
763aa6303f
90 changed files with 1599 additions and 8738 deletions
|
@ -4,6 +4,7 @@
|
||||||
<title>CSS Test: Selectors: Attribute selectors: Generic match</title>
|
<title>CSS Test: Selectors: Attribute selectors: Generic match</title>
|
||||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com">
|
<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="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="flags" content="">
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value">
|
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<title>CSS Test: Selectors: Attribute selectors: Generic match with the universal selector</title>
|
<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="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="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="flags" content="">
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value">
|
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<title>CSS Test: Selectors: Attribute selectors: Exact match</title>
|
<title>CSS Test: Selectors: Attribute selectors: Exact match</title>
|
||||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com">
|
<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="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="flags" content="">
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value">
|
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<title>CSS Test: Selectors: Attribute selectors: Exact match with the universal selector</title>
|
<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="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="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="flags" content="">
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value">
|
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<title>CSS Test: Selectors: Attribute selectors: Partial match</title>
|
<title>CSS Test: Selectors: Attribute selectors: Partial match</title>
|
||||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com">
|
<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="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="flags" content="">
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with one of the values separated by a space">
|
<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">
|
<style type="text/css">
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<title>CSS Test: Selectors: Attribute selectors: Partial match with the universal selector</title>
|
<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="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="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="flags" content="">
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with one of the values separated by a space">
|
<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">
|
<style type="text/css">
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<title>CSS Test: Selectors: Attribute selectors: Substring matching</title>
|
<title>CSS Test: Selectors: Attribute selectors: Substring matching</title>
|
||||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com">
|
<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="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="flags" content="">
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values">
|
<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">
|
<style type="text/css">
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<title>CSS Test: Selectors: Attribute selectors: Substring matching with the universal selector</title>
|
<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="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="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="flags" content="">
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values">
|
<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">
|
<style type="text/css">
|
||||||
|
|
|
@ -674,7 +674,7 @@
|
||||||
<tr id="attribute-000-5.8" class="primary">
|
<tr id="attribute-000-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-000.htm">attribute-000</a></strong></td>
|
<a href="attribute-000.htm">attribute-000</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.htm">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Generic match
|
<td>Selectors: Attribute selectors: Generic match
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -685,7 +685,7 @@
|
||||||
<tr id="attribute-001-5.8" class="primary">
|
<tr id="attribute-001-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-001.htm">attribute-001</a></strong></td>
|
<a href="attribute-001.htm">attribute-001</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.htm">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Generic match with the universal selector
|
<td>Selectors: Attribute selectors: Generic match with the universal selector
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -696,7 +696,7 @@
|
||||||
<tr id="attribute-002-5.8" class="primary">
|
<tr id="attribute-002-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-002.htm">attribute-002</a></strong></td>
|
<a href="attribute-002.htm">attribute-002</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.htm">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Exact match
|
<td>Selectors: Attribute selectors: Exact match
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -707,7 +707,7 @@
|
||||||
<tr id="attribute-003-5.8" class="primary">
|
<tr id="attribute-003-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-003.htm">attribute-003</a></strong></td>
|
<a href="attribute-003.htm">attribute-003</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.htm">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Exact match with the universal selector
|
<td>Selectors: Attribute selectors: Exact match with the universal selector
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -718,7 +718,7 @@
|
||||||
<tr id="attribute-004-5.8" class="primary">
|
<tr id="attribute-004-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-004.htm">attribute-004</a></strong></td>
|
<a href="attribute-004.htm">attribute-004</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.htm">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Partial match
|
<td>Selectors: Attribute selectors: Partial match
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -729,7 +729,7 @@
|
||||||
<tr id="attribute-005-5.8" class="primary">
|
<tr id="attribute-005-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-005.htm">attribute-005</a></strong></td>
|
<a href="attribute-005.htm">attribute-005</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.htm">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Partial match with the universal selector
|
<td>Selectors: Attribute selectors: Partial match with the universal selector
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -740,7 +740,7 @@
|
||||||
<tr id="attribute-006-5.8" class="primary">
|
<tr id="attribute-006-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-006.htm">attribute-006</a></strong></td>
|
<a href="attribute-006.htm">attribute-006</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.htm">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Substring matching
|
<td>Selectors: Attribute selectors: Substring matching
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -751,7 +751,7 @@
|
||||||
<tr id="attribute-007-5.8" class="primary">
|
<tr id="attribute-007-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-007.htm">attribute-007</a></strong></td>
|
<a href="attribute-007.htm">attribute-007</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.htm">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Substring matching with the universal selector
|
<td>Selectors: Attribute selectors: Substring matching with the universal selector
|
||||||
<ul class="assert">
|
<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>
|
<td rowspan="1"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</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="">
|
<tbody id="attribute-selector-001" class="">
|
||||||
<tr>
|
<tr>
|
||||||
<td rowspan="1" title="ID selector without value and no matching element">
|
<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-002.htm == reference/ref-this-text-should-be-green.htm
|
||||||
at-rules-003.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
|
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-001.htm == reference/no-red-filler-text-ref.htm
|
||||||
attribute-selector-002.htm == reference/filler-text-below-green.htm
|
attribute-selector-002.htm == reference/filler-text-below-green.htm
|
||||||
attribute-token-selector-002.htm == reference/attribute-token-selector-002-ref.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 ?
|
xhtml1/at-rules-003.xht 0f5f5bc7045648e4263be989b35d6e065cdc87a3 ?
|
||||||
html4/at-rules-004.htm 51faac3b5670dc4b9946fa92d5ee7d2c7b8d103c ?
|
html4/at-rules-004.htm 51faac3b5670dc4b9946fa92d5ee7d2c7b8d103c ?
|
||||||
xhtml1/at-rules-004.xht 51faac3b5670dc4b9946fa92d5ee7d2c7b8d103c ?
|
xhtml1/at-rules-004.xht 51faac3b5670dc4b9946fa92d5ee7d2c7b8d103c ?
|
||||||
html4/attribute-000.htm 08f54a50e049cfda5273d6db76eeca9d63196de9 ?
|
html4/attribute-000.htm a32cfc0e0d52770e2129f4c248b79c968f60c60c ?
|
||||||
xhtml1/attribute-000.xht 08f54a50e049cfda5273d6db76eeca9d63196de9 ?
|
xhtml1/attribute-000.xht a32cfc0e0d52770e2129f4c248b79c968f60c60c ?
|
||||||
html4/attribute-001.htm 4ae0bd0b643dbcd7426ae9d12cf7802c93ae5000 ?
|
html4/attribute-001.htm 7fc9f454f3227a633365360acf485b81aeeeac67 ?
|
||||||
xhtml1/attribute-001.xht 4ae0bd0b643dbcd7426ae9d12cf7802c93ae5000 ?
|
xhtml1/attribute-001.xht 7fc9f454f3227a633365360acf485b81aeeeac67 ?
|
||||||
html4/attribute-002.htm 6eeb58ea6dc60ff14519333d25876f24c3776a0a ?
|
html4/attribute-002.htm 1d43509f1b099a875f871ec5de9b5508b32cd8c0 ?
|
||||||
xhtml1/attribute-002.xht 6eeb58ea6dc60ff14519333d25876f24c3776a0a ?
|
xhtml1/attribute-002.xht 1d43509f1b099a875f871ec5de9b5508b32cd8c0 ?
|
||||||
html4/attribute-003.htm 707fd928c57cf13f0b4e2ebaefcc04e5bec08bef ?
|
html4/attribute-003.htm 62089e0c1cacad170ece3b338da072a2022341b3 ?
|
||||||
xhtml1/attribute-003.xht 707fd928c57cf13f0b4e2ebaefcc04e5bec08bef ?
|
xhtml1/attribute-003.xht 62089e0c1cacad170ece3b338da072a2022341b3 ?
|
||||||
html4/attribute-004.htm 37ab3bde181aaa73dfb90a156640c3b41fc34ff5 ?
|
html4/attribute-004.htm ef4d03a493574aaf456b57ebd72eb81063710add ?
|
||||||
xhtml1/attribute-004.xht 37ab3bde181aaa73dfb90a156640c3b41fc34ff5 ?
|
xhtml1/attribute-004.xht ef4d03a493574aaf456b57ebd72eb81063710add ?
|
||||||
html4/attribute-005.htm 9d3eb9bd0742363884fe1ef0692a1ffb8a3a85c7 ?
|
html4/attribute-005.htm 9db0947a01c943f0c8d8f684c6430b9190678770 ?
|
||||||
xhtml1/attribute-005.xht 9d3eb9bd0742363884fe1ef0692a1ffb8a3a85c7 ?
|
xhtml1/attribute-005.xht 9db0947a01c943f0c8d8f684c6430b9190678770 ?
|
||||||
html4/attribute-006.htm 7a4b4c865c337a99e63db9b6d4d7ea99151a8548 ?
|
html4/attribute-006.htm 0f007061f3c3c74d7ce5604b33e4f992978175d4 ?
|
||||||
xhtml1/attribute-006.xht 7a4b4c865c337a99e63db9b6d4d7ea99151a8548 ?
|
xhtml1/attribute-006.xht 0f007061f3c3c74d7ce5604b33e4f992978175d4 ?
|
||||||
html4/attribute-007.htm ab89af4aeef715d8613fc069feca8777e98ffac0 ?
|
html4/attribute-007.htm 163d1590b3ad36910b7d84a454a502744eac7ef5 ?
|
||||||
xhtml1/attribute-007.xht ab89af4aeef715d8613fc069feca8777e98ffac0 ?
|
xhtml1/attribute-007.xht 163d1590b3ad36910b7d84a454a502744eac7ef5 ?
|
||||||
html4/attribute-selector-001.htm e3c38cd712391d73ec4b0ec9ecca15c5a8f1a517 ?
|
html4/attribute-selector-001.htm e3c38cd712391d73ec4b0ec9ecca15c5a8f1a517 ?
|
||||||
xhtml1/attribute-selector-001.xht e3c38cd712391d73ec4b0ec9ecca15c5a8f1a517 ?
|
xhtml1/attribute-selector-001.xht e3c38cd712391d73ec4b0ec9ecca15c5a8f1a517 ?
|
||||||
html4/attribute-selector-002.htm 8258ef77fe8bc269d4ad7da52844fb69831f263a ?
|
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-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-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/>
|
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-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 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-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 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-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 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-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 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-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 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-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 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-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 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-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-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-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.
|
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>
|
<title>CSS Test: Selectors: Attribute selectors: Generic match</title>
|
||||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
|
<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="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="flags" content=""/>
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value"/>
|
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value"/>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<title>CSS Test: Selectors: Attribute selectors: Generic match with the universal selector</title>
|
<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="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="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="flags" content=""/>
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value"/>
|
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value"/>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<title>CSS Test: Selectors: Attribute selectors: Exact match</title>
|
<title>CSS Test: Selectors: Attribute selectors: Exact match</title>
|
||||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
|
<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="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="flags" content=""/>
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value"/>
|
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value"/>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<title>CSS Test: Selectors: Attribute selectors: Exact match with the universal selector</title>
|
<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="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="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="flags" content=""/>
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value"/>
|
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value"/>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<title>CSS Test: Selectors: Attribute selectors: Partial match</title>
|
<title>CSS Test: Selectors: Attribute selectors: Partial match</title>
|
||||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
|
<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="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="flags" content=""/>
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with one of the values separated by a space"/>
|
<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">
|
<style type="text/css">
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<title>CSS Test: Selectors: Attribute selectors: Partial match with the universal selector</title>
|
<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="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="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="flags" content=""/>
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with one of the values separated by a space"/>
|
<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">
|
<style type="text/css">
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<title>CSS Test: Selectors: Attribute selectors: Substring matching</title>
|
<title>CSS Test: Selectors: Attribute selectors: Substring matching</title>
|
||||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
|
<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="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="flags" content=""/>
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values"/>
|
<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">
|
<style type="text/css">
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<title>CSS Test: Selectors: Attribute selectors: Substring matching with the universal selector</title>
|
<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="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="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="flags" content=""/>
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values"/>
|
<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">
|
<style type="text/css">
|
||||||
|
|
|
@ -674,7 +674,7 @@
|
||||||
<tr id="attribute-000-5.8" class="primary">
|
<tr id="attribute-000-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-000.xht">attribute-000</a></strong></td>
|
<a href="attribute-000.xht">attribute-000</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.xht">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Generic match
|
<td>Selectors: Attribute selectors: Generic match
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -685,7 +685,7 @@
|
||||||
<tr id="attribute-001-5.8" class="primary">
|
<tr id="attribute-001-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-001.xht">attribute-001</a></strong></td>
|
<a href="attribute-001.xht">attribute-001</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.xht">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Generic match with the universal selector
|
<td>Selectors: Attribute selectors: Generic match with the universal selector
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -696,7 +696,7 @@
|
||||||
<tr id="attribute-002-5.8" class="primary">
|
<tr id="attribute-002-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-002.xht">attribute-002</a></strong></td>
|
<a href="attribute-002.xht">attribute-002</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.xht">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Exact match
|
<td>Selectors: Attribute selectors: Exact match
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -707,7 +707,7 @@
|
||||||
<tr id="attribute-003-5.8" class="primary">
|
<tr id="attribute-003-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-003.xht">attribute-003</a></strong></td>
|
<a href="attribute-003.xht">attribute-003</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.xht">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Exact match with the universal selector
|
<td>Selectors: Attribute selectors: Exact match with the universal selector
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -718,7 +718,7 @@
|
||||||
<tr id="attribute-004-5.8" class="primary">
|
<tr id="attribute-004-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-004.xht">attribute-004</a></strong></td>
|
<a href="attribute-004.xht">attribute-004</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.xht">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Partial match
|
<td>Selectors: Attribute selectors: Partial match
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -729,7 +729,7 @@
|
||||||
<tr id="attribute-005-5.8" class="primary">
|
<tr id="attribute-005-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-005.xht">attribute-005</a></strong></td>
|
<a href="attribute-005.xht">attribute-005</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.xht">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Partial match with the universal selector
|
<td>Selectors: Attribute selectors: Partial match with the universal selector
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -740,7 +740,7 @@
|
||||||
<tr id="attribute-006-5.8" class="primary">
|
<tr id="attribute-006-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-006.xht">attribute-006</a></strong></td>
|
<a href="attribute-006.xht">attribute-006</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.xht">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Substring matching
|
<td>Selectors: Attribute selectors: Substring matching
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -751,7 +751,7 @@
|
||||||
<tr id="attribute-007-5.8" class="primary">
|
<tr id="attribute-007-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-007.xht">attribute-007</a></strong></td>
|
<a href="attribute-007.xht">attribute-007</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.xht">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Substring matching with the universal selector
|
<td>Selectors: Attribute selectors: Substring matching with the universal selector
|
||||||
<ul class="assert">
|
<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>
|
<td rowspan="1"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</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="">
|
<tbody id="attribute-selector-001" class="">
|
||||||
<tr>
|
<tr>
|
||||||
<td rowspan="1" title="ID selector without value and no matching element">
|
<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-002.xht == reference/ref-this-text-should-be-green.xht
|
||||||
at-rules-003.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
|
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-001.xht == reference/no-red-filler-text-ref.xht
|
||||||
attribute-selector-002.xht == reference/filler-text-below-green.xht
|
attribute-selector-002.xht == reference/filler-text-below-green.xht
|
||||||
attribute-token-selector-002.xht == reference/attribute-token-selector-002-ref.xht
|
attribute-token-selector-002.xht == reference/attribute-token-selector-002-ref.xht
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
</style>
|
</style>
|
||||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
|
<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="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="flags" content=""/>
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value"/>
|
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value"/>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
</style>
|
</style>
|
||||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
|
<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="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="flags" content=""/>
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value"/>
|
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute, disregarding its value"/>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
</style>
|
</style>
|
||||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
|
<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="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="flags" content=""/>
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value"/>
|
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value"/>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
</style>
|
</style>
|
||||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
|
<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="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="flags" content=""/>
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value"/>
|
<meta name="assert" content="Browsers should apply each rule to the elements with the specified attribute and the specified value"/>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
</style>
|
</style>
|
||||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
|
<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="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="flags" content=""/>
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with one of the values separated by a space"/>
|
<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">
|
<style type="text/css">
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
</style>
|
</style>
|
||||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
|
<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="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="flags" content=""/>
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements with one of the values separated by a space"/>
|
<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">
|
<style type="text/css">
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
</style>
|
</style>
|
||||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
|
<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="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="flags" content=""/>
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values"/>
|
<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">
|
<style type="text/css">
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
</style>
|
</style>
|
||||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
|
<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="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="flags" content=""/>
|
||||||
<meta name="assert" content="Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values"/>
|
<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">
|
<style type="text/css">
|
||||||
|
|
|
@ -674,7 +674,7 @@
|
||||||
<tr id="attribute-000-5.8" class="primary">
|
<tr id="attribute-000-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-000.xht">attribute-000</a></strong></td>
|
<a href="attribute-000.xht">attribute-000</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.xht">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Generic match
|
<td>Selectors: Attribute selectors: Generic match
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -685,7 +685,7 @@
|
||||||
<tr id="attribute-001-5.8" class="primary">
|
<tr id="attribute-001-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-001.xht">attribute-001</a></strong></td>
|
<a href="attribute-001.xht">attribute-001</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.xht">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Generic match with the universal selector
|
<td>Selectors: Attribute selectors: Generic match with the universal selector
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -696,7 +696,7 @@
|
||||||
<tr id="attribute-002-5.8" class="primary">
|
<tr id="attribute-002-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-002.xht">attribute-002</a></strong></td>
|
<a href="attribute-002.xht">attribute-002</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.xht">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Exact match
|
<td>Selectors: Attribute selectors: Exact match
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -707,7 +707,7 @@
|
||||||
<tr id="attribute-003-5.8" class="primary">
|
<tr id="attribute-003-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-003.xht">attribute-003</a></strong></td>
|
<a href="attribute-003.xht">attribute-003</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.xht">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Exact match with the universal selector
|
<td>Selectors: Attribute selectors: Exact match with the universal selector
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -718,7 +718,7 @@
|
||||||
<tr id="attribute-004-5.8" class="primary">
|
<tr id="attribute-004-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-004.xht">attribute-004</a></strong></td>
|
<a href="attribute-004.xht">attribute-004</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.xht">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Partial match
|
<td>Selectors: Attribute selectors: Partial match
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -729,7 +729,7 @@
|
||||||
<tr id="attribute-005-5.8" class="primary">
|
<tr id="attribute-005-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-005.xht">attribute-005</a></strong></td>
|
<a href="attribute-005.xht">attribute-005</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.xht">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Partial match with the universal selector
|
<td>Selectors: Attribute selectors: Partial match with the universal selector
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -740,7 +740,7 @@
|
||||||
<tr id="attribute-006-5.8" class="primary">
|
<tr id="attribute-006-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-006.xht">attribute-006</a></strong></td>
|
<a href="attribute-006.xht">attribute-006</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.xht">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Substring matching
|
<td>Selectors: Attribute selectors: Substring matching
|
||||||
<ul class="assert">
|
<ul class="assert">
|
||||||
|
@ -751,7 +751,7 @@
|
||||||
<tr id="attribute-007-5.8" class="primary">
|
<tr id="attribute-007-5.8" class="primary">
|
||||||
<td><strong>
|
<td><strong>
|
||||||
<a href="attribute-007.xht">attribute-007</a></strong></td>
|
<a href="attribute-007.xht">attribute-007</a></strong></td>
|
||||||
<td></td>
|
<td><a href="reference/attribute-ref.xht">=</a> </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Selectors: Attribute selectors: Substring matching with the universal selector
|
<td>Selectors: Attribute selectors: Substring matching with the universal selector
|
||||||
<ul class="assert">
|
<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>
|
<td rowspan="1"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</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="">
|
<tbody id="attribute-selector-001" class="">
|
||||||
<tr>
|
<tr>
|
||||||
<td rowspan="1" title="ID selector without value and no matching element">
|
<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-002.xht == reference/ref-this-text-should-be-green.xht
|
||||||
at-rules-003.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
|
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-001.xht == reference/no-red-filler-text-ref.xht
|
||||||
attribute-selector-002.xht == reference/filler-text-below-green.xht
|
attribute-selector-002.xht == reference/filler-text-below-green.xht
|
||||||
attribute-token-selector-002.xht == reference/attribute-token-selector-002-ref.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"
|
"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",
|
"path": "css21_dev/html4/attribute-selector-001.htm",
|
||||||
"references": [
|
"references": [
|
||||||
|
@ -198477,6 +198557,86 @@
|
||||||
],
|
],
|
||||||
"url": "/css21_dev/xhtml1/at-rules-004.xht"
|
"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",
|
"path": "css21_dev/xhtml1/attribute-selector-001.xht",
|
||||||
"references": [
|
"references": [
|
||||||
|
@ -256971,6 +257131,86 @@
|
||||||
],
|
],
|
||||||
"url": "/css21_dev/xhtml1print/at-rules-004.xht"
|
"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",
|
"path": "css21_dev/xhtml1print/attribute-selector-001.xht",
|
||||||
"references": [
|
"references": [
|
||||||
|
@ -482949,6 +483189,102 @@
|
||||||
"url": "/css21_dev/html4/at-rules-004.htm"
|
"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": [
|
"css21_dev/html4/attribute-selector-001.htm": [
|
||||||
{
|
{
|
||||||
"path": "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"
|
"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": [
|
"css21_dev/xhtml1/attribute-selector-001.xht": [
|
||||||
{
|
{
|
||||||
"path": "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"
|
"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": [
|
"css21_dev/xhtml1print/attribute-selector-001.xht": [
|
||||||
{
|
{
|
||||||
"path": "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": "/",
|
"url_base": "/",
|
||||||
"version": 2
|
"version": 2
|
||||||
}
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
[attribute-006.htm]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[attribute-007.htm]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
File diff suppressed because it is too large
Load diff
|
@ -1,5 +0,0 @@
|
||||||
[XMLHttpRequest-withCredentials.html]
|
|
||||||
type: testharness
|
|
||||||
[setting withCredentials when in DONE state (synchronous)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[XMLHttpRequest-withCredentials.worker]
|
|
||||||
type: testharness
|
|
||||||
[setting withCredentials when in DONE state (synchronous)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -48,15 +48,9 @@
|
||||||
[Resulting cursor position for range 35 [detachedXmlComment, 2, detachedXmlComment, 6\]]
|
[Resulting cursor position for range 35 [detachedXmlComment, 2, detachedXmlComment, 6\]]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Resulting DOM for range 37 [processingInstruction, 0, processingInstruction, 4\]]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Resulting cursor position for range 37 [processingInstruction, 0, processingInstruction, 4\]]
|
[Resulting cursor position for range 37 [processingInstruction, 0, processingInstruction, 4\]]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Returned fragment for range 37 [processingInstruction, 0, processingInstruction, 4\]]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Resulting cursor position for range 38 [paras[1\].firstChild, 0, paras[1\].firstChild, 1\]]
|
[Resulting cursor position for range 38 [paras[1\].firstChild, 0, paras[1\].firstChild, 1\]]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
80
tests/wpt/metadata/dom/ranges/Range-insertNode.html.ini
Normal file
80
tests/wpt/metadata/dom/ranges/Range-insertNode.html.ini
Normal file
|
@ -0,0 +1,80 @@
|
||||||
|
[Range-insertNode.html]
|
||||||
|
type: testharness
|
||||||
|
[0,1: resulting DOM for range [paras[0\].firstChild, 0, paras[0\].firstChild, 0\], node paras[0\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[0,1: resulting range position for range [paras[0\].firstChild, 0, paras[0\].firstChild, 0\], node paras[0\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[1,1: resulting DOM for range [paras[0\].firstChild, 0, paras[0\].firstChild, 1\], node paras[0\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[1,1: resulting range position for range [paras[0\].firstChild, 0, paras[0\].firstChild, 1\], node paras[0\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[2,1: resulting DOM for range [paras[0\].firstChild, 2, paras[0\].firstChild, 8\], node paras[0\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[2,1: resulting range position for range [paras[0\].firstChild, 2, paras[0\].firstChild, 8\], node paras[0\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[3,1: resulting DOM for range [paras[0\].firstChild, 2, paras[0\].firstChild, 9\], node paras[0\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[3,1: resulting range position for range [paras[0\].firstChild, 2, paras[0\].firstChild, 9\], node paras[0\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[4,2: resulting DOM for range [paras[1\].firstChild, 0, paras[1\].firstChild, 0\], node paras[1\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[4,2: resulting range position for range [paras[1\].firstChild, 0, paras[1\].firstChild, 0\], node paras[1\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[5,2: resulting DOM for range [paras[1\].firstChild, 2, paras[1\].firstChild, 9\], node paras[1\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[5,2: resulting range position for range [paras[1\].firstChild, 2, paras[1\].firstChild, 9\], node paras[1\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[6,6: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0\], node detachedPara1.firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[6,6: resulting range position for range [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0\], node detachedPara1.firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[7,6: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8\], node detachedPara1.firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[7,6: resulting range position for range [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8\], node detachedPara1.firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[8,4: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0\], node foreignPara1.firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[8,4: resulting range position for range [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0\], node foreignPara1.firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[9,4: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8\], node foreignPara1.firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[9,4: resulting range position for range [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8\], node foreignPara1.firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[18,1: resulting DOM for range [paras[0\].firstChild, 0, paras[1\].firstChild, 0\], node paras[0\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[18,1: resulting range position for range [paras[0\].firstChild, 0, paras[1\].firstChild, 0\], node paras[0\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[19,1: resulting DOM for range [paras[0\].firstChild, 0, paras[1\].firstChild, 8\], node paras[0\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[19,1: resulting range position for range [paras[0\].firstChild, 0, paras[1\].firstChild, 8\], node paras[0\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[20,1: resulting DOM for range [paras[0\].firstChild, 3, paras[3\], 1\], node paras[0\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[20,1: resulting range position for range [paras[0\].firstChild, 3, paras[3\], 1\], node paras[0\].firstChild]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,98 +1,62 @@
|
||||||
[Range-surroundContents.html]
|
[Range-surroundContents.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
[37,0: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node paras[0\]]
|
[0,1: resulting DOM for range [paras[0\].firstChild, 0, paras[0\].firstChild, 0\], node paras[0\].firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,0: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node paras[0\]]
|
[0,1: resulting range position for range [paras[0\].firstChild, 0, paras[0\].firstChild, 0\], node paras[0\].firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,1: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node paras[0\].firstChild]
|
[1,1: resulting DOM for range [paras[0\].firstChild, 0, paras[0\].firstChild, 1\], node paras[0\].firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,1: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node paras[0\].firstChild]
|
[1,1: resulting range position for range [paras[0\].firstChild, 0, paras[0\].firstChild, 1\], node paras[0\].firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,2: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node paras[1\].firstChild]
|
[2,1: resulting DOM for range [paras[0\].firstChild, 2, paras[0\].firstChild, 8\], node paras[0\].firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,2: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node paras[1\].firstChild]
|
[2,1: resulting range position for range [paras[0\].firstChild, 2, paras[0\].firstChild, 8\], node paras[0\].firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,3: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node foreignPara1]
|
[3,1: resulting DOM for range [paras[0\].firstChild, 2, paras[0\].firstChild, 9\], node paras[0\].firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,3: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node foreignPara1]
|
[3,1: resulting range position for range [paras[0\].firstChild, 2, paras[0\].firstChild, 9\], node paras[0\].firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,4: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node foreignPara1.firstChild]
|
[4,2: resulting DOM for range [paras[1\].firstChild, 0, paras[1\].firstChild, 0\], node paras[1\].firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,4: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node foreignPara1.firstChild]
|
[4,2: resulting range position for range [paras[1\].firstChild, 0, paras[1\].firstChild, 0\], node paras[1\].firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,5: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node detachedPara1]
|
[5,2: resulting DOM for range [paras[1\].firstChild, 2, paras[1\].firstChild, 9\], node paras[1\].firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,5: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node detachedPara1]
|
[5,2: resulting range position for range [paras[1\].firstChild, 2, paras[1\].firstChild, 9\], node paras[1\].firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,6: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node detachedPara1.firstChild]
|
[6,6: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0\], node detachedPara1.firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,6: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node detachedPara1.firstChild]
|
[6,6: resulting range position for range [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0\], node detachedPara1.firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,8: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node detachedDiv]
|
[7,6: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8\], node detachedPara1.firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,8: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node detachedDiv]
|
[7,6: resulting range position for range [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8\], node detachedPara1.firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,10: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node foreignPara2]
|
[8,4: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0\], node foreignPara1.firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,10: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node foreignPara2]
|
[8,4: resulting range position for range [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0\], node foreignPara1.firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,12: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node xmlElement]
|
[9,4: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8\], node foreignPara1.firstChild]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[37,12: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node xmlElement]
|
[9,4: resulting range position for range [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8\], node foreignPara1.firstChild]
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[37,13: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node detachedTextNode]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[37,13: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node detachedTextNode]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[37,14: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node foreignTextNode]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[37,14: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node foreignTextNode]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[37,15: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node processingInstruction]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[37,15: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node processingInstruction]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[37,16: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node detachedProcessingInstruction]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[37,16: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node detachedProcessingInstruction]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[37,17: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node comment]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[37,17: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node comment]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[37,18: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node detachedComment]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[37,18: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node detachedComment]
|
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
a350b215cc3e943985a66f1485c7eac7f4b9832e
|
0008a0d00ae1a58ba888ba9bec181cd6e16d8b94
|
|
@ -43,6 +43,7 @@ function test_withCredentials(worker) {
|
||||||
test(function() {
|
test(function() {
|
||||||
var client = new XMLHttpRequest()
|
var client = new XMLHttpRequest()
|
||||||
client.open("GET", "resources/delay.py?ms=1000", false)
|
client.open("GET", "resources/delay.py?ms=1000", false)
|
||||||
|
client.send();
|
||||||
assert_throws("InvalidStateError", function() { client.withCredentials = true })
|
assert_throws("InvalidStateError", function() { client.withCredentials = true })
|
||||||
}, "setting withCredentials when in DONE state (synchronous)")
|
}, "setting withCredentials when in DONE state (synchronous)")
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,9 +58,9 @@
|
||||||
"text/x-thepiano;charset=UTF-8",
|
"text/x-thepiano;charset=UTF-8",
|
||||||
"charset given but wrong, fix it (unknown MIME, bogus charset)"
|
"charset given but wrong, fix it (unknown MIME, bogus charset)"
|
||||||
)
|
)
|
||||||
request( /**/
|
request(
|
||||||
"text/plain;charset=utf-8;charset=waddup",
|
"text/plain;charset=utf-8;charset=waddup",
|
||||||
"text/plain;charset=UTF-8;charset=UTF-8",
|
"text/plain;charset=utf-8;charset=UTF-8",
|
||||||
"charset given but wrong, fix it (known MIME, bogus charset)"
|
"charset given but wrong, fix it (known MIME, bogus charset)"
|
||||||
)
|
)
|
||||||
request(
|
request(
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<meta name="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
|
<meta name="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
|
||||||
<meta name="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
|
<meta name="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
|
||||||
<meta name="assert" content="The custom element type identifies a custom element interface and is a sequence of characters that must match the NCName production">
|
<meta name="assert" content="The custom element type identifies a custom element interface and is a sequence of characters that must match the NCName production">
|
||||||
|
<meta name="timeout" content="long">
|
||||||
<link rel="help" href="https://dvcs.w3.org/hg/webcomponents/raw-file/default/spec/custom/index.html#concepts">
|
<link rel="help" href="https://dvcs.w3.org/hg/webcomponents/raw-file/default/spec/custom/index.html#concepts">
|
||||||
<link rel="help" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-NCName">
|
<link rel="help" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-NCName">
|
||||||
<script src="/resources/testharness.js"></script>
|
<script src="/resources/testharness.js"></script>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<meta name="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
|
<meta name="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
|
||||||
<meta name="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
|
<meta name="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
|
||||||
<meta name="assert" content="The custom element type identifies a custom element interface and is a sequence of characters that must match the NCName production">
|
<meta name="assert" content="The custom element type identifies a custom element interface and is a sequence of characters that must match the NCName production">
|
||||||
|
<meta name="timeout" content="long">
|
||||||
<link rel="help" href="https://dvcs.w3.org/hg/webcomponents/raw-file/default/spec/custom/index.html#concepts">
|
<link rel="help" href="https://dvcs.w3.org/hg/webcomponents/raw-file/default/spec/custom/index.html#concepts">
|
||||||
<link rel="help" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-NCName">
|
<link rel="help" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-NCName">
|
||||||
<script src="/resources/testharness.js"></script>
|
<script src="/resources/testharness.js"></script>
|
||||||
|
|
|
@ -571,14 +571,6 @@ function indexOf(node) {
|
||||||
* a spec bug.
|
* a spec bug.
|
||||||
*/
|
*/
|
||||||
function myExtractContents(range) {
|
function myExtractContents(range) {
|
||||||
// "If the context object's detached flag is set, raise an
|
|
||||||
// INVALID_STATE_ERR exception and abort these steps."
|
|
||||||
try {
|
|
||||||
range.collapsed;
|
|
||||||
} catch (e) {
|
|
||||||
return "INVALID_STATE_ERR";
|
|
||||||
}
|
|
||||||
|
|
||||||
// "Let frag be a new DocumentFragment whose ownerDocument is the same as
|
// "Let frag be a new DocumentFragment whose ownerDocument is the same as
|
||||||
// the ownerDocument of the context object's start node."
|
// the ownerDocument of the context object's start node."
|
||||||
var ownerDoc = range.startContainer.nodeType == Node.DOCUMENT_NODE
|
var ownerDoc = range.startContainer.nodeType == Node.DOCUMENT_NODE
|
||||||
|
@ -601,10 +593,11 @@ function myExtractContents(range) {
|
||||||
var originalEndNode = range.endContainer;
|
var originalEndNode = range.endContainer;
|
||||||
var originalEndOffset = range.endOffset;
|
var originalEndOffset = range.endOffset;
|
||||||
|
|
||||||
// "If original start node and original end node are the same, and they are
|
// "If original start node is original end node, and they are a Text,
|
||||||
// a Text or Comment node:"
|
// ProcessingInstruction, or Comment node:"
|
||||||
if (range.startContainer == range.endContainer
|
if (range.startContainer == range.endContainer
|
||||||
&& (range.startContainer.nodeType == Node.TEXT_NODE
|
&& (range.startContainer.nodeType == Node.TEXT_NODE
|
||||||
|
|| range.startContainer.nodeType == Node.PROCESSING_INSTRUCTION_NODE
|
||||||
|| range.startContainer.nodeType == Node.COMMENT_NODE)) {
|
|| range.startContainer.nodeType == Node.COMMENT_NODE)) {
|
||||||
// "Let clone be the result of calling cloneNode(false) on original
|
// "Let clone be the result of calling cloneNode(false) on original
|
||||||
// start node."
|
// start node."
|
||||||
|
@ -716,9 +709,11 @@ function myExtractContents(range) {
|
||||||
newOffset = 1 + indexOf(referenceNode);
|
newOffset = 1 + indexOf(referenceNode);
|
||||||
}
|
}
|
||||||
|
|
||||||
// "If first partially contained child is a Text or Comment node:"
|
// "If first partially contained child is a Text, ProcessingInstruction, or
|
||||||
|
// Comment node:"
|
||||||
if (firstPartiallyContainedChild
|
if (firstPartiallyContainedChild
|
||||||
&& (firstPartiallyContainedChild.nodeType == Node.TEXT_NODE
|
&& (firstPartiallyContainedChild.nodeType == Node.TEXT_NODE
|
||||||
|
|| firstPartiallyContainedChild.nodeType == Node.PROCESSING_INSTRUCTION_NODE
|
||||||
|| firstPartiallyContainedChild.nodeType == Node.COMMENT_NODE)) {
|
|| firstPartiallyContainedChild.nodeType == Node.COMMENT_NODE)) {
|
||||||
// "Let clone be the result of calling cloneNode(false) on original
|
// "Let clone be the result of calling cloneNode(false) on original
|
||||||
// start node."
|
// start node."
|
||||||
|
@ -773,9 +768,11 @@ function myExtractContents(range) {
|
||||||
frag.appendChild(containedChildren[i]);
|
frag.appendChild(containedChildren[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// "If last partially contained child is a Text or Comment node:"
|
// "If last partially contained child is a Text, ProcessingInstruction, or
|
||||||
|
// Comment node:"
|
||||||
if (lastPartiallyContainedChild
|
if (lastPartiallyContainedChild
|
||||||
&& (lastPartiallyContainedChild.nodeType == Node.TEXT_NODE
|
&& (lastPartiallyContainedChild.nodeType == Node.TEXT_NODE
|
||||||
|
|| lastPartiallyContainedChild.nodeType == Node.PROCESSING_INSTRUCTION_NODE
|
||||||
|| lastPartiallyContainedChild.nodeType == Node.COMMENT_NODE)) {
|
|| lastPartiallyContainedChild.nodeType == Node.COMMENT_NODE)) {
|
||||||
// "Let clone be the result of calling cloneNode(false) on original
|
// "Let clone be the result of calling cloneNode(false) on original
|
||||||
// end node."
|
// end node."
|
||||||
|
@ -831,13 +828,14 @@ function myExtractContents(range) {
|
||||||
* instance "HIERARCHY_REQUEST_ERR".
|
* instance "HIERARCHY_REQUEST_ERR".
|
||||||
*/
|
*/
|
||||||
function myInsertNode(range, node) {
|
function myInsertNode(range, node) {
|
||||||
// "If range's start node is either a ProcessingInstruction or Comment
|
// "If range's start node is a ProcessingInstruction or Comment node, or is
|
||||||
// node, or a Text node whose parent is null, throw an
|
// a Text node whose parent is null, or is node, throw an
|
||||||
// "HierarchyRequestError" exception and terminate these steps."
|
// "HierarchyRequestError" exception and terminate these steps."
|
||||||
if (range.startContainer.nodeType == Node.PROCESSING_INSTRUCTION_NODE
|
if (range.startContainer.nodeType == Node.PROCESSING_INSTRUCTION_NODE
|
||||||
|| range.startContainer.nodeType == Node.COMMENT_NODE
|
|| range.startContainer.nodeType == Node.COMMENT_NODE
|
||||||
|| (range.startContainer.nodeType == Node.TEXT_NODE
|
|| (range.startContainer.nodeType == Node.TEXT_NODE
|
||||||
&& !range.startContainer.parentNode)) {
|
&& !range.startContainer.parentNode)
|
||||||
|
|| range.startContainer == node) {
|
||||||
return "HIERARCHY_REQUEST_ERR";
|
return "HIERARCHY_REQUEST_ERR";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
<!DOCTYPE foo [ <!ELEMENT foo (#PCDATA)> ]><foo/>
|
|
@ -0,0 +1 @@
|
||||||
|
<!DOCTYPE foo [ <!ELEMENT foo EMPTY> ]><foo/>
|
|
@ -78,7 +78,7 @@ function iframeLoaded() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<iframe id="subset1" onload="iframeLoaded()" src="data:application/xml,<!DOCTYPE foo [ <!ELEMENT foo (%23PCDATA)> ]><foo/>" />
|
<iframe id="subset1" onload="iframeLoaded()" src="Node-isEqualNode-iframe1.xml" />
|
||||||
<iframe id="subset2" onload="iframeLoaded()" src="data:application/xml,<!DOCTYPE foo [ <!ELEMENT foo EMPTY> ]><foo/>" />
|
<iframe id="subset2" onload="iframeLoaded()" src="Node-isEqualNode-iframe2.xml" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
<!doctype html>
|
||||||
|
<title>Range constructor test</title>
|
||||||
|
<link rel="author" title="Aryeh Gregor" href=ayg@aryeh.name>
|
||||||
|
<div id=log></div>
|
||||||
|
<script src=/resources/testharness.js></script>
|
||||||
|
<script src=/resources/testharnessreport.js></script>
|
||||||
|
<script>
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
test(function() {
|
||||||
|
var range = new Range();
|
||||||
|
assert_equals(range.startContainer, document, "startContainer");
|
||||||
|
assert_equals(range.endContainer, document, "endContainer");
|
||||||
|
assert_equals(range.startOffset, 0, "startOffset");
|
||||||
|
assert_equals(range.endOffset, 0, "endOffset");
|
||||||
|
assert_true(range.collapsed, "collapsed");
|
||||||
|
assert_equals(range.commonAncestorContainer, document,
|
||||||
|
"commonAncestorContainer");
|
||||||
|
});
|
||||||
|
</script>
|
|
@ -67,11 +67,13 @@ function myDeleteContents(range) {
|
||||||
var originalEndOffset = range.endOffset;
|
var originalEndOffset = range.endOffset;
|
||||||
|
|
||||||
// "If original start node and original end node are the same, and they are
|
// "If original start node and original end node are the same, and they are
|
||||||
// a Text or Comment node, call deleteData(original start offset, original
|
// a Text, ProcessingInstruction, or Comment node, replace data with node
|
||||||
// end offset − original start offset) on that node, and abort these
|
// original start node, offset original start offset, count original end
|
||||||
// steps."
|
// offset minus original start offset, and data the empty string, and then
|
||||||
|
// terminate these steps"
|
||||||
if (originalStartNode == originalEndNode
|
if (originalStartNode == originalEndNode
|
||||||
&& (range.startContainer.nodeType == Node.TEXT_NODE
|
&& (range.startContainer.nodeType == Node.TEXT_NODE
|
||||||
|
|| range.startContainer.nodeType == Node.PROCESSING_INSTRUCTION_NODE
|
||||||
|| range.startContainer.nodeType == Node.COMMENT_NODE)) {
|
|| range.startContainer.nodeType == Node.COMMENT_NODE)) {
|
||||||
originalStartNode.deleteData(originalStartOffset, originalEndOffset - originalStartOffset);
|
originalStartNode.deleteData(originalStartOffset, originalEndOffset - originalStartOffset);
|
||||||
return;
|
return;
|
||||||
|
@ -120,10 +122,12 @@ function myDeleteContents(range) {
|
||||||
newOffset = 1 + indexOf(referenceNode);
|
newOffset = 1 + indexOf(referenceNode);
|
||||||
}
|
}
|
||||||
|
|
||||||
// "If original start node is a Text or Comment node, run deleteData() on
|
// "If original start node is a Text, ProcessingInstruction, or Comment node,
|
||||||
// it, with original start offset as the first argument and (length of
|
// replace data with node original start node, offset original start offset,
|
||||||
// original start node − original start offset) as the second."
|
// count original start node's length minus original start offset, data the
|
||||||
|
// empty start"
|
||||||
if (originalStartNode.nodeType == Node.TEXT_NODE
|
if (originalStartNode.nodeType == Node.TEXT_NODE
|
||||||
|
|| originalStartNode.nodeType == Node.PROCESSING_INSTRUCTION_NODE
|
||||||
|| originalStartNode.nodeType == Node.COMMENT_NODE) {
|
|| originalStartNode.nodeType == Node.COMMENT_NODE) {
|
||||||
originalStartNode.deleteData(originalStartOffset, nodeLength(originalStartNode) - originalStartOffset);
|
originalStartNode.deleteData(originalStartOffset, nodeLength(originalStartNode) - originalStartOffset);
|
||||||
}
|
}
|
||||||
|
@ -134,9 +138,11 @@ function myDeleteContents(range) {
|
||||||
nodesToRemove[i].parentNode.removeChild(nodesToRemove[i]);
|
nodesToRemove[i].parentNode.removeChild(nodesToRemove[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// "If original end node is a Text or Comment node, run deleteData(0,
|
// "If original end node is a Text, ProcessingInstruction, or Comment node,
|
||||||
// original end offset) on it."
|
// replace data with node original end node, offset 0, count original end
|
||||||
|
// offset, and data the empty string."
|
||||||
if (originalEndNode.nodeType == Node.TEXT_NODE
|
if (originalEndNode.nodeType == Node.TEXT_NODE
|
||||||
|
|| originalEndNode.nodeType == Node.PROCESSING_INSTRUCTION_NODE
|
||||||
|| originalEndNode.nodeType == Node.COMMENT_NODE) {
|
|| originalEndNode.nodeType == Node.COMMENT_NODE) {
|
||||||
originalEndNode.deleteData(0, originalEndOffset);
|
originalEndNode.deleteData(0, originalEndOffset);
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,14 +15,6 @@ var testRangesCached = [];
|
||||||
for (var i = 0; i < testNodes.length; i++) {
|
for (var i = 0; i < testNodes.length; i++) {
|
||||||
var node = eval(testNodes[i]);
|
var node = eval(testNodes[i]);
|
||||||
|
|
||||||
// "If the detached flag is set, throw an "InvalidStateError" exception and
|
|
||||||
// terminate these steps."
|
|
||||||
test(function() {
|
|
||||||
var range = document.createRange();
|
|
||||||
range.detach();
|
|
||||||
assert_equals(range.intersectsNode(node), node === document);
|
|
||||||
}, "Node " + i + " " + testNodes[i] + ", detached range");
|
|
||||||
|
|
||||||
for (var j = 0; j < testRanges.length; j++) {
|
for (var j = 0; j < testRanges.length; j++) {
|
||||||
test(function() {
|
test(function() {
|
||||||
if (testRangesCached[j] === undefined) {
|
if (testRangesCached[j] === undefined) {
|
||||||
|
|
|
@ -17,14 +17,6 @@ testDiv.parentNode.removeChild(testDiv);
|
||||||
|
|
||||||
function mySurroundContents(range, newParent) {
|
function mySurroundContents(range, newParent) {
|
||||||
try {
|
try {
|
||||||
// "If the detached flag is set, throw an "InvalidStateError" exception
|
|
||||||
// and terminate these steps."
|
|
||||||
try {
|
|
||||||
range.collapsed;
|
|
||||||
} catch (e) {
|
|
||||||
return "INVALID_STATE_ERR";
|
|
||||||
}
|
|
||||||
|
|
||||||
// "If a non-Text node is partially contained in the context object,
|
// "If a non-Text node is partially contained in the context object,
|
||||||
// throw a "InvalidStateError" exception and terminate these steps."
|
// throw a "InvalidStateError" exception and terminate these steps."
|
||||||
var node = range.commonAncestorContainer;
|
var node = range.commonAncestorContainer;
|
||||||
|
@ -118,8 +110,6 @@ function testSurroundContents(i, j) {
|
||||||
var actualRoots = [];
|
var actualRoots = [];
|
||||||
var expectedRoots = [];
|
var expectedRoots = [];
|
||||||
|
|
||||||
var detached = false;
|
|
||||||
|
|
||||||
domTests[i][j].step(function() {
|
domTests[i][j].step(function() {
|
||||||
restoreIframe(actualIframe, i, j);
|
restoreIframe(actualIframe, i, j);
|
||||||
restoreIframe(expectedIframe, i, j);
|
restoreIframe(expectedIframe, i, j);
|
||||||
|
@ -129,12 +119,6 @@ function testSurroundContents(i, j) {
|
||||||
actualNode = actualIframe.contentWindow.testNode;
|
actualNode = actualIframe.contentWindow.testNode;
|
||||||
expectedNode = expectedIframe.contentWindow.testNode;
|
expectedNode = expectedIframe.contentWindow.testNode;
|
||||||
|
|
||||||
try {
|
|
||||||
actualRange.collapsed;
|
|
||||||
} catch (e) {
|
|
||||||
detached = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
assert_equals(actualIframe.contentWindow.unexpectedException, null,
|
assert_equals(actualIframe.contentWindow.unexpectedException, null,
|
||||||
"Unexpected exception thrown when setting up Range for actual surroundContents()");
|
"Unexpected exception thrown when setting up Range for actual surroundContents()");
|
||||||
assert_equals(expectedIframe.contentWindow.unexpectedException, null,
|
assert_equals(expectedIframe.contentWindow.unexpectedException, null,
|
||||||
|
@ -160,15 +144,8 @@ function testSurroundContents(i, j) {
|
||||||
// also the trees containing the moved nodes. These might not be the
|
// also the trees containing the moved nodes. These might not be the
|
||||||
// same, if we're inserting a node from a detached tree or a different
|
// same, if we're inserting a node from a detached tree or a different
|
||||||
// document.
|
// document.
|
||||||
//
|
|
||||||
// Detached ranges are always in the contentDocument.
|
|
||||||
if (detached) {
|
|
||||||
actualRoots.push(actualIframe.contentDocument);
|
|
||||||
expectedRoots.push(expectedIframe.contentDocument);
|
|
||||||
} else {
|
|
||||||
actualRoots.push(furthestAncestor(actualRange.startContainer));
|
actualRoots.push(furthestAncestor(actualRange.startContainer));
|
||||||
expectedRoots.push(furthestAncestor(expectedRange.startContainer));
|
expectedRoots.push(furthestAncestor(expectedRange.startContainer));
|
||||||
}
|
|
||||||
|
|
||||||
if (furthestAncestor(actualNode) != actualRoots[0]) {
|
if (furthestAncestor(actualNode) != actualRoots[0]) {
|
||||||
actualRoots.push(furthestAncestor(actualNode));
|
actualRoots.push(furthestAncestor(actualNode));
|
||||||
|
@ -264,11 +241,6 @@ function testSurroundContents(i, j) {
|
||||||
assertNodesEqual(actualRoots[k], expectedRoots[k], k ? "moved node's tree root" : "range's tree root");
|
assertNodesEqual(actualRoots[k], expectedRoots[k], k ? "moved node's tree root" : "range's tree root");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (detached) {
|
|
||||||
// No further tests we can do
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
assert_equals(actualRange.startOffset, expectedRange.startOffset,
|
assert_equals(actualRange.startOffset, expectedRange.startOffset,
|
||||||
"Unexpected startOffset after surroundContents()");
|
"Unexpected startOffset after surroundContents()");
|
||||||
assert_equals(actualRange.endOffset, expectedRange.endOffset,
|
assert_equals(actualRange.endOffset, expectedRange.endOffset,
|
||||||
|
@ -300,8 +272,6 @@ function testSurroundContents(i, j) {
|
||||||
positionTests[i][j].done();
|
positionTests[i][j].done();
|
||||||
}
|
}
|
||||||
|
|
||||||
testRanges.unshift('"detached"');
|
|
||||||
|
|
||||||
var iStart = 0;
|
var iStart = 0;
|
||||||
var iStop = testRangesShort.length;
|
var iStop = testRangesShort.length;
|
||||||
var jStart = 0;
|
var jStart = 0;
|
||||||
|
|
|
@ -36,87 +36,13 @@
|
||||||
<source name="source">
|
<source name="source">
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
test(function() {
|
var testDiv = document.getElementById("test");
|
||||||
assert_equals(document.getElementsByName("section").length, 1);
|
for (var i = 0; i < testDiv.children.length; i++) {
|
||||||
assert_equals(document.getElementsByName("section")[0],
|
var name = testDiv.children[i].getAttribute("name");
|
||||||
document.getElementsByTagName("section")[0]);
|
test(function() {
|
||||||
assert_equals(document.getElementsByName("article").length, 1);
|
assert_equals(document.getElementsByName(name).length, 1);
|
||||||
assert_equals(document.getElementsByName("article")[0],
|
assert_equals(document.getElementsByName(name)[0],
|
||||||
document.getElementsByTagName("article")[0]);
|
document.getElementsByTagName(name)[0]);
|
||||||
assert_equals(document.getElementsByName("aside").length, 1);
|
}, 'getElementsByName("' + name + '")');
|
||||||
assert_equals(document.getElementsByName("aside")[0],
|
}
|
||||||
document.getElementsByTagName("aside")[0]);
|
|
||||||
assert_equals(document.getElementsByName("hgroup").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("hgroup")[0],
|
|
||||||
document.getElementsByTagName("hgroup")[0]);
|
|
||||||
assert_equals(document.getElementsByName("header").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("header")[0],
|
|
||||||
document.getElementsByTagName("header")[0]);
|
|
||||||
assert_equals(document.getElementsByName("footer").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("footer")[0],
|
|
||||||
document.getElementsByTagName("footer")[0]);
|
|
||||||
assert_equals(document.getElementsByName("nav").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("nav")[0],
|
|
||||||
document.getElementsByTagName("nav")[0]);
|
|
||||||
assert_equals(document.getElementsByName("dialog").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("dialog")[0],
|
|
||||||
document.getElementsByTagName("dialog")[0]);
|
|
||||||
assert_equals(document.getElementsByName("figure").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("figure")[0],
|
|
||||||
document.getElementsByTagName("figure")[0]);
|
|
||||||
assert_equals(document.getElementsByName("audio").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("audio")[0],
|
|
||||||
document.getElementsByTagName("audio")[0]);
|
|
||||||
assert_equals(document.getElementsByName("video").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("video")[0],
|
|
||||||
document.getElementsByTagName("video")[0]);
|
|
||||||
assert_equals(document.getElementsByName("embed").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("embed")[0],
|
|
||||||
document.getElementsByTagName("embed")[0]);
|
|
||||||
assert_equals(document.getElementsByName("mark").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("mark")[0],
|
|
||||||
document.getElementsByTagName("mark")[0]);
|
|
||||||
assert_equals(document.getElementsByName("meter").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("meter")[0],
|
|
||||||
document.getElementsByTagName("meter")[0]);
|
|
||||||
assert_equals(document.getElementsByName("progress").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("progress")[0],
|
|
||||||
document.getElementsByTagName("progress")[0]);
|
|
||||||
assert_equals(document.getElementsByName("time").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("time")[0],
|
|
||||||
document.getElementsByTagName("time")[0]);
|
|
||||||
assert_equals(document.getElementsByName("canvas").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("canvas")[0],
|
|
||||||
document.getElementsByTagName("canvas")[0]);
|
|
||||||
assert_equals(document.getElementsByName("command").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("command")[0],
|
|
||||||
document.getElementsByTagName("command")[0]);
|
|
||||||
assert_equals(document.getElementsByName("menu").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("menu")[0],
|
|
||||||
document.getElementsByTagName("menu")[0]);
|
|
||||||
assert_equals(document.getElementsByName("details").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("details")[0],
|
|
||||||
document.getElementsByTagName("details")[0]);
|
|
||||||
assert_equals(document.getElementsByName("datalist").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("datalist")[0],
|
|
||||||
document.getElementsByTagName("datalist")[0]);
|
|
||||||
assert_equals(document.getElementsByName("keygen").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("keygen")[0],
|
|
||||||
document.getElementsByTagName("keygen")[0]);
|
|
||||||
assert_equals(document.getElementsByName("output").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("output")[0],
|
|
||||||
document.getElementsByTagName("output")[0]);
|
|
||||||
assert_equals(document.getElementsByName("ruby").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("ruby")[0],
|
|
||||||
document.getElementsByTagName("ruby")[0]);
|
|
||||||
assert_equals(document.getElementsByName("rt").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("rt")[0],
|
|
||||||
document.getElementsByTagName("rt")[0]);
|
|
||||||
assert_equals(document.getElementsByName("rp").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("rp")[0],
|
|
||||||
document.getElementsByTagName("rp")[0]);
|
|
||||||
assert_equals(document.getElementsByName("source").length, 1);
|
|
||||||
assert_equals(document.getElementsByName("source")[0],
|
|
||||||
document.getElementsByTagName("source")[0]);
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -7,38 +7,26 @@
|
||||||
<script src="/resources/testharnessreport.js"></script>
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
<div id="log"></div>
|
<div id="log"></div>
|
||||||
<script>
|
<script>
|
||||||
|
function test_title(set, expected) {
|
||||||
|
test(function() {
|
||||||
|
document.title = set;
|
||||||
|
assert_equals(document.title, expected);
|
||||||
|
}, "document.title after setting to " + format_value(set));
|
||||||
|
}
|
||||||
|
|
||||||
test(function() {
|
test(function() {
|
||||||
// Single space characters must be normalized. (WHATWG r4353)
|
// Single space characters must be normalized. (WHATWG r4353)
|
||||||
assert_equals(document.title, "document.title and space normalization");
|
assert_equals(document.title, "document.title and space normalization");
|
||||||
|
}, "document.title initial value");
|
||||||
|
|
||||||
document.title = "one space";
|
test_title("one space", "one space");
|
||||||
assert_equals(document.title, "one space");
|
test_title("two spaces", "two spaces");
|
||||||
|
test_title("one\ttab", "one tab");
|
||||||
document.title = "two spaces";
|
test_title("two\t\ttabs", "two tabs");
|
||||||
assert_equals(document.title, "two spaces");
|
test_title("one\nnewline", "one newline");
|
||||||
|
test_title("two\n\nnewlines", "two newlines");
|
||||||
document.title = "one\ttab";
|
test_title("one\fform feed", "one form feed");
|
||||||
assert_equals(document.title, "one tab");
|
test_title("two\f\fform feeds", "two form feeds");
|
||||||
|
test_title("one\rcarriage return", "one carriage return");
|
||||||
document.title = "two\t\ttabs";
|
test_title("two\r\rcarriage returns", "two carriage returns");
|
||||||
assert_equals(document.title, "two tabs");
|
|
||||||
|
|
||||||
document.title = "one\nnewline";
|
|
||||||
assert_equals(document.title, "one newline");
|
|
||||||
|
|
||||||
document.title = "two\n\nnewlines";
|
|
||||||
assert_equals(document.title, "two newlines");
|
|
||||||
|
|
||||||
document.title = "one\fform feed";
|
|
||||||
assert_equals(document.title, "one form feed");
|
|
||||||
|
|
||||||
document.title = "two\f\fform feeds";
|
|
||||||
assert_equals(document.title, "two form feeds");
|
|
||||||
|
|
||||||
document.title = "one\rcarriage return";
|
|
||||||
assert_equals(document.title, "one carriage return");
|
|
||||||
|
|
||||||
document.title = "two\r\rcarriage returns";
|
|
||||||
assert_equals(document.title, "two carriage returns");
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
var SVG_NAMESPACE = "http://www.w3.org/2000/svg";
|
var SVG_NAMESPACE = "http://www.w3.org/2000/svg";
|
||||||
|
|
||||||
function newSVGDocument() {
|
function newSVGDocument() {
|
||||||
return document.implementation.createDocument(SVG_NAMESPACE, "svg");
|
return document.implementation.createDocument(SVG_NAMESPACE, "svg", null);
|
||||||
}
|
}
|
||||||
|
|
||||||
test(function() {
|
test(function() {
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
<!doctype html>
|
||||||
|
<meta charset=utf-8>
|
||||||
|
<title>ol@type: supported types</title>
|
||||||
|
<style>
|
||||||
|
.decimal {
|
||||||
|
list-style-type: decimal;
|
||||||
|
}
|
||||||
|
.lower-alpha {
|
||||||
|
list-style-type: lower-alpha;
|
||||||
|
}
|
||||||
|
.upper-alpha {
|
||||||
|
list-style-type: upper-alpha;
|
||||||
|
}
|
||||||
|
.lower-roman {
|
||||||
|
list-style-type: lower-roman;
|
||||||
|
}
|
||||||
|
.upper-roman {
|
||||||
|
list-style-type: upper-roman;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<ol class=decimal><li>1<li>2</ol>
|
||||||
|
<ol class=lower-alpha><li>a<li>b</ol>
|
||||||
|
<ol class=upper-alpha><li>A<li>B</ol>
|
||||||
|
<ol class=lower-roman><li>i<li>ii</ol>
|
||||||
|
<ol class=upper-roman><li>I<li>II</ol>
|
|
@ -0,0 +1,9 @@
|
||||||
|
<!doctype html>
|
||||||
|
<meta charset=utf-8>
|
||||||
|
<title>ol@type: supported types</title>
|
||||||
|
<link rel=match href=ol-type-supported-ref.html>
|
||||||
|
<ol type=1><li>1<li>2</ol>
|
||||||
|
<ol type=a><li>a<li>b</ol>
|
||||||
|
<ol type=A><li>A<li>B</ol>
|
||||||
|
<ol type=i><li>i<li>ii</ol>
|
||||||
|
<ol type=I><li>I<li>II</ol>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<title>ol@type: supported types</title>
|
||||||
|
<link rel="match" href="ol-type-supported-ref.html"/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<ol type="1"><li>1</li><li>2</li></ol>
|
||||||
|
<ol type="a"><li>a</li><li>b</li></ol>
|
||||||
|
<ol type="A"><li>A</li><li>B</li></ol>
|
||||||
|
<ol type="i"><li>i</li><li>ii</li></ol>
|
||||||
|
<ol type="I"><li>I</li><li>II</li></ol>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,6 @@
|
||||||
|
<!doctype html>
|
||||||
|
<meta charset=utf-8>
|
||||||
|
<title>ol@type: unsupported type: circle</title>
|
||||||
|
<link rel=match href=ol-type-unsupported-ref.html>
|
||||||
|
<ol type=circle><li>1<li>2</ol>
|
||||||
|
<ol type=CIRCLE><li>1<li>2</ol>
|
|
@ -0,0 +1,6 @@
|
||||||
|
<!doctype html>
|
||||||
|
<meta charset=utf-8>
|
||||||
|
<title>ol@type: unsupported type: disc</title>
|
||||||
|
<link rel=match href=ol-type-unsupported-ref.html>
|
||||||
|
<ol type=disc><li>1<li>2</ol>
|
||||||
|
<ol type=DISC><li>1<li>2</ol>
|
|
@ -0,0 +1,6 @@
|
||||||
|
<!doctype html>
|
||||||
|
<meta charset=utf-8>
|
||||||
|
<title>ol@type: unsupported type: lower-alpha</title>
|
||||||
|
<link rel=match href=ol-type-unsupported-ref.html>
|
||||||
|
<ol type=lower-alpha><li>1<li>2</ol>
|
||||||
|
<ol type=LOWER-ALPHA><li>1<li>2</ol>
|
|
@ -0,0 +1,6 @@
|
||||||
|
<!doctype html>
|
||||||
|
<meta charset=utf-8>
|
||||||
|
<title>ol@type: unsupported type: lower-roman</title>
|
||||||
|
<link rel=match href=ol-type-unsupported-ref.html>
|
||||||
|
<ol type=lower-roman><li>1<li>2</ol>
|
||||||
|
<ol type=LOWER-ROMAN><li>1<li>2</ol>
|
|
@ -0,0 +1,6 @@
|
||||||
|
<!doctype html>
|
||||||
|
<meta charset=utf-8>
|
||||||
|
<title>ol@type: unsupported type: none</title>
|
||||||
|
<link rel=match href=ol-type-unsupported-ref.html>
|
||||||
|
<ol type=none><li>1<li>2</ol>
|
||||||
|
<ol type=NONE><li>1<li>2</ol>
|
|
@ -0,0 +1,5 @@
|
||||||
|
<!doctype html>
|
||||||
|
<meta charset=utf-8>
|
||||||
|
<title>ol@type: unsupported types</title>
|
||||||
|
<ol><li>1<li>2</ol>
|
||||||
|
<ol><li>1<li>2</ol>
|
|
@ -0,0 +1,6 @@
|
||||||
|
<!doctype html>
|
||||||
|
<meta charset=utf-8>
|
||||||
|
<title>ol@type: unsupported type: round</title>
|
||||||
|
<link rel=match href=ol-type-unsupported-ref.html>
|
||||||
|
<ol type=round><li>1<li>2</ol>
|
||||||
|
<ol type=ROUND><li>1<li>2</ol>
|
|
@ -0,0 +1,6 @@
|
||||||
|
<!doctype html>
|
||||||
|
<meta charset=utf-8>
|
||||||
|
<title>ol@type: unsupported type: square</title>
|
||||||
|
<link rel=match href=ol-type-unsupported-ref.html>
|
||||||
|
<ol type=square><li>1<li>2</ol>
|
||||||
|
<ol type=SQUARE><li>1<li>2</ol>
|
|
@ -0,0 +1,6 @@
|
||||||
|
<!doctype html>
|
||||||
|
<meta charset=utf-8>
|
||||||
|
<title>ol@type: unsupported type: upper-latin</title>
|
||||||
|
<link rel=match href=ol-type-unsupported-ref.html>
|
||||||
|
<ol type=upper-alpha><li>1<li>2</ol>
|
||||||
|
<ol type=UPPER-ALPHA><li>1<li>2</ol>
|
|
@ -0,0 +1,6 @@
|
||||||
|
<!doctype html>
|
||||||
|
<meta charset=utf-8>
|
||||||
|
<title>ol@type: unsupported type: upper-roman</title>
|
||||||
|
<link rel=match href=ol-type-unsupported-ref.html>
|
||||||
|
<ol type=upper-roman><li>1<li>2</ol>
|
||||||
|
<ol type=UPPER-ROMAN><li>1<li>2</ol>
|
|
@ -279,7 +279,7 @@ var validator = {
|
||||||
ctl.removeAttribute(item);
|
ctl.removeAttribute(item);
|
||||||
});
|
});
|
||||||
for (var attr in obj) {
|
for (var attr in obj) {
|
||||||
if (obj[attr] || obj[attr] === "")
|
if (attr === "checked" || obj[attr] || obj[attr] === "")
|
||||||
ctl[attr] = obj[attr];
|
ctl[attr] = obj[attr];
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<title>test if select() API returns correct attributes</title>
|
<title>test if select() API returns correct attributes</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<meta name="timeout" content="long">
|
||||||
<link rel="author" title="Koji Tashiro" href="mailto:koji.tashiro@gmail.com">
|
<link rel="author" title="Koji Tashiro" href="mailto:koji.tashiro@gmail.com">
|
||||||
<link rel="help" href="https://html.spec.whatwg.org/multipage/multipage/association-of-controls-and-forms.html#textFieldSelection">
|
<link rel="help" href="https://html.spec.whatwg.org/multipage/multipage/association-of-controls-and-forms.html#textFieldSelection">
|
||||||
<script src="/resources/testharness.js"></script>
|
<script src="/resources/testharness.js"></script>
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from tools.lint import lint
|
try:
|
||||||
|
from tools.lint import lint
|
||||||
|
except ImportError:
|
||||||
|
print("tools.lint not found. Did you forget to run "
|
||||||
|
'"git submodule update --init --recursive"?')
|
||||||
|
sys.exit(2)
|
||||||
|
|
||||||
sys.exit(0 if lint.main() == 0 else 1)
|
sys.exit(0 if lint.main() == 0 else 1)
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -354,20 +354,24 @@ class LocalChanges(object):
|
||||||
|
|
||||||
return self
|
return self
|
||||||
|
|
||||||
def load(tests_root, manifest_path):
|
def load(tests_root, manifest):
|
||||||
logger = get_logger()
|
logger = get_logger()
|
||||||
|
|
||||||
if os.path.exists(manifest_path):
|
# "manifest" is a path or file-like object.
|
||||||
logger.debug("Opening manifest at %s" % manifest_path)
|
if isinstance(manifest, basestring):
|
||||||
|
if os.path.exists(manifest):
|
||||||
|
logger.debug("Opening manifest at %s" % manifest)
|
||||||
else:
|
else:
|
||||||
logger.debug("Creating new manifest at %s" % manifest_path)
|
logger.debug("Creating new manifest at %s" % manifest)
|
||||||
try:
|
try:
|
||||||
with open(manifest_path) as f:
|
with open(manifest) as f:
|
||||||
manifest = Manifest.from_json(tests_root, json.load(f))
|
rv = Manifest.from_json(tests_root, json.load(f))
|
||||||
except IOError:
|
except IOError:
|
||||||
manifest = Manifest(None)
|
rv = Manifest(None)
|
||||||
|
return rv
|
||||||
|
|
||||||
|
return Manifest.from_json(tests_root, json.load(manifest))
|
||||||
|
|
||||||
return manifest
|
|
||||||
|
|
||||||
def write(manifest, manifest_path):
|
def write(manifest, manifest_path):
|
||||||
with open(manifest_path, "w") as f:
|
with open(manifest_path, "w") as f:
|
||||||
|
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<title>Test setValueAtTime with startTime in the past</title>
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script>
|
||||||
|
function do_test(t, context) {
|
||||||
|
var source = context.createBufferSource();
|
||||||
|
source.buffer =
|
||||||
|
function() {
|
||||||
|
var buffer = context.createBuffer(1, 1, context.sampleRate);
|
||||||
|
buffer.getChannelData(0)[0] = 1.0;
|
||||||
|
return buffer;
|
||||||
|
}();
|
||||||
|
source.loop = true;
|
||||||
|
source.start();
|
||||||
|
|
||||||
|
// Use a ramp of slope 1/sample to measure time.
|
||||||
|
// The end value is the extent of exact precision in single precision float.
|
||||||
|
const rampEnd = Math.pow(2, 24);
|
||||||
|
const rampEndSeconds = rampEnd / context.sampleRate;
|
||||||
|
var test = context.createGain();
|
||||||
|
test.gain.setValueAtTime(0.0, 0.0);
|
||||||
|
test.gain.linearRampToValueAtTime(rampEnd, rampEndSeconds);
|
||||||
|
|
||||||
|
// With a different starting point on the same line, the result should be
|
||||||
|
// the same. |currentTime| may include double precision floating point
|
||||||
|
// rounding errors, so round to nearest integer sample to ignore these.
|
||||||
|
var scheduledSample = Math.round(context.currentTime * context.sampleRate);
|
||||||
|
assert_equals(scheduledSample % 128, 0,
|
||||||
|
"currentTime advances in blocks of 128 samples");
|
||||||
|
var reference = context.createGain();
|
||||||
|
reference.gain.setValueAtTime(scheduledSample, context.currentTime);
|
||||||
|
reference.gain.linearRampToValueAtTime(rampEnd, rampEndSeconds);
|
||||||
|
|
||||||
|
source.connect(test);
|
||||||
|
source.connect(reference);
|
||||||
|
|
||||||
|
var merger = context.createChannelMerger();
|
||||||
|
test.connect(merger, 0, 0);
|
||||||
|
reference.connect(merger, 0, 1);
|
||||||
|
|
||||||
|
var processor = context.createScriptProcessor(0, 2, 0);
|
||||||
|
merger.connect(processor);
|
||||||
|
processor.onaudioprocess =
|
||||||
|
t.step_func_done((e) => {
|
||||||
|
source.stop();
|
||||||
|
processor.onaudioprocess = null;
|
||||||
|
|
||||||
|
var testValue = e.inputBuffer.getChannelData(0)[0];
|
||||||
|
var referenceValue = e.inputBuffer.getChannelData(1)[0];
|
||||||
|
|
||||||
|
assert_equals(testValue, referenceValue,
|
||||||
|
"ramp value matches expected");
|
||||||
|
assert_greater_than_equal(testValue, scheduledSample,
|
||||||
|
"time does not retreat");
|
||||||
|
assert_equals(testValue % 128, 0,
|
||||||
|
"ScriptProcessor blocks align on 128-sample blocks");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
async_test(function(t) {
|
||||||
|
var context = new AudioContext;
|
||||||
|
(function waitForTimeAdvance() {
|
||||||
|
if (context.currentTime == 0) {
|
||||||
|
t.step_timeout(waitForTimeAdvance, 0);
|
||||||
|
} else {
|
||||||
|
do_test(t, context);
|
||||||
|
}
|
||||||
|
})();
|
||||||
|
});
|
||||||
|
</script>
|
|
@ -17,11 +17,6 @@ and ensures that an empty string sent by one is received by the second.
|
||||||
<!-- These files are in place when executing on W3C. -->
|
<!-- These files are in place when executing on W3C. -->
|
||||||
<script src="/resources/testharness.js"></script>
|
<script src="/resources/testharness.js"></script>
|
||||||
<script src="/resources/testharnessreport.js"></script>
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
<script src="/common/vendor-prefix.js"
|
|
||||||
data-prefixed-objects=
|
|
||||||
'[{"ancestors":["window"], "name":"RTCPeerConnection"}]'
|
|
||||||
>
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var test = async_test('Can send empty strings across a WebRTC data channel.');
|
var test = async_test('Can send empty strings across a WebRTC data channel.');
|
||||||
|
|
||||||
|
|
|
@ -17,12 +17,6 @@ This test uses the legacy callback API with no media, and thus does not require
|
||||||
<!-- These files are in place when executing on W3C. -->
|
<!-- These files are in place when executing on W3C. -->
|
||||||
<script src="/resources/testharness.js"></script>
|
<script src="/resources/testharness.js"></script>
|
||||||
<script src="/resources/testharnessreport.js"></script>
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
<script src="/common/vendor-prefix.js"
|
|
||||||
data-prefixed-objects=
|
|
||||||
'[{"ancestors":["window"], "name":"RTCPeerConnection"},
|
|
||||||
{"ancestors":["window"], "name":"RTCSessionDescription"}]'
|
|
||||||
>
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var test = async_test('Can set up a basic WebRTC call with no data.');
|
var test = async_test('Can set up a basic WebRTC call with no data.');
|
||||||
|
|
||||||
|
|
|
@ -17,11 +17,6 @@ This test uses data only, and thus does not require fake media devices.
|
||||||
<!-- These files are in place when executing on W3C. -->
|
<!-- These files are in place when executing on W3C. -->
|
||||||
<script src="/resources/testharness.js"></script>
|
<script src="/resources/testharness.js"></script>
|
||||||
<script src="/resources/testharnessreport.js"></script>
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
<script src="/common/vendor-prefix.js"
|
|
||||||
data-prefixed-objects=
|
|
||||||
'[{"ancestors":["window"], "name":"RTCPeerConnection"}]'
|
|
||||||
>
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var test = async_test('Can set up a basic WebRTC call with only data using promises.');
|
var test = async_test('Can set up a basic WebRTC call with only data using promises.');
|
||||||
|
|
||||||
|
|
|
@ -14,32 +14,33 @@
|
||||||
<div id='log'></div>
|
<div id='log'></div>
|
||||||
<script src=/resources/testharness.js></script>
|
<script src=/resources/testharness.js></script>
|
||||||
<script src=/resources/testharnessreport.js></script>
|
<script src=/resources/testharnessreport.js></script>
|
||||||
<script src="/common/vendor-prefix.js"
|
|
||||||
data-prefixed-objects=
|
|
||||||
'[{"ancestors":["window"], "name":"RTCPeerConnection"},
|
|
||||||
{"ancestors":["window"], "name":"RTCSessionDescription"},
|
|
||||||
{"ancestors":["window"], "name":"RTCIceCandidate"}]'>
|
|
||||||
</script>
|
|
||||||
<script src=/resources/WebIDLParser.js></script>
|
<script src=/resources/WebIDLParser.js></script>
|
||||||
<script src=/resources/idlharness.js></script>
|
<script src=/resources/idlharness.js></script>
|
||||||
|
|
||||||
<!-- The IDL is copied from the 06 March 2015 editors' draft. -->
|
<!-- The IDL is copied from the 22 September 2015 editors' draft. -->
|
||||||
<script type="text/plain">
|
<script type="text/plain">
|
||||||
[ Constructor (RTCConfiguration configuration)]
|
interface EventTarget {
|
||||||
|
// Only a dummy definition is needed here.
|
||||||
|
};
|
||||||
|
[ Constructor (optional RTCConfiguration configuration)]
|
||||||
interface RTCPeerConnection : EventTarget {
|
interface RTCPeerConnection : EventTarget {
|
||||||
Promise<RTCSessionDescription> createOffer (optional RTCOfferOptions options);
|
Promise<RTCSessionDescription> createOffer (optional RTCOfferOptions options);
|
||||||
Promise<RTCSessionDescription> createAnswer ();
|
Promise<RTCSessionDescription> createAnswer (optional RTCAnswerOptions options);
|
||||||
Promise<void> setLocalDescription (RTCSessionDescription description);
|
Promise<void> setLocalDescription (RTCSessionDescription description);
|
||||||
readonly attribute RTCSessionDescription? localDescription;
|
readonly attribute RTCSessionDescription? localDescription;
|
||||||
|
readonly attribute RTCSessionDescription? currentLocalDescription;
|
||||||
|
readonly attribute RTCSessionDescription? pendingLocalDescription;
|
||||||
Promise<void> setRemoteDescription (RTCSessionDescription description);
|
Promise<void> setRemoteDescription (RTCSessionDescription description);
|
||||||
readonly attribute RTCSessionDescription? remoteDescription;
|
readonly attribute RTCSessionDescription? remoteDescription;
|
||||||
readonly attribute RTCSignalingState signalingState;
|
readonly attribute RTCSessionDescription? currentRemoteDescription;
|
||||||
void updateIce (RTCConfiguration configuration);
|
readonly attribute RTCSessionDescription? pendingRemoteDescription;
|
||||||
Promise<void> addIceCandidate (RTCIceCandidate candidate);
|
Promise<void> addIceCandidate (RTCIceCandidate candidate);
|
||||||
|
readonly attribute RTCSignalingState signalingState;
|
||||||
readonly attribute RTCIceGatheringState iceGatheringState;
|
readonly attribute RTCIceGatheringState iceGatheringState;
|
||||||
readonly attribute RTCIceConnectionState iceConnectionState;
|
readonly attribute RTCIceConnectionState iceConnectionState;
|
||||||
readonly attribute boolean? canTrickleIceCandidates;
|
readonly attribute boolean? canTrickleIceCandidates;
|
||||||
RTCConfiguration getConfiguration ();
|
RTCConfiguration getConfiguration ();
|
||||||
|
void setConfiguration (RTCConfiguration configuration);
|
||||||
void close ();
|
void close ();
|
||||||
attribute EventHandler onnegotiationneeded;
|
attribute EventHandler onnegotiationneeded;
|
||||||
attribute EventHandler onicecandidate;
|
attribute EventHandler onicecandidate;
|
||||||
|
@ -54,6 +55,11 @@ partial interface RTCPeerConnection {
|
||||||
void createAnswer (RTCSessionDescriptionCallback successCallback, RTCPeerConnectionErrorCallback failureCallback);
|
void createAnswer (RTCSessionDescriptionCallback successCallback, RTCPeerConnectionErrorCallback failureCallback);
|
||||||
void setRemoteDescription (RTCSessionDescription description, VoidFunction successCallback, RTCPeerConnectionErrorCallback failureCallback);
|
void setRemoteDescription (RTCSessionDescription description, VoidFunction successCallback, RTCPeerConnectionErrorCallback failureCallback);
|
||||||
void addIceCandidate (RTCIceCandidate candidate, VoidFunction successCallback, RTCPeerConnectionErrorCallback failureCallback);
|
void addIceCandidate (RTCIceCandidate candidate, VoidFunction successCallback, RTCPeerConnectionErrorCallback failureCallback);
|
||||||
|
void getStats (MediaStreamTrack? selector, RTCStatsCallback successCallback, RTCPeerConnectionErrorCallback failureCallback);
|
||||||
|
};
|
||||||
|
|
||||||
|
partial interface RTCPeerConnection {
|
||||||
|
static Promise<RTCCertificate> generateCertificate (AlgorithmIdentifier keygenAlgorithm);
|
||||||
};
|
};
|
||||||
|
|
||||||
partial interface RTCPeerConnection {
|
partial interface RTCPeerConnection {
|
||||||
|
@ -70,21 +76,18 @@ partial interface RTCPeerConnection {
|
||||||
};
|
};
|
||||||
|
|
||||||
partial interface RTCPeerConnection {
|
partial interface RTCPeerConnection {
|
||||||
RTCDTMFSender createDTMFSender (MediaStreamTrack track);
|
readonly attribute RTCDTMFSender? dtmf;
|
||||||
};
|
};
|
||||||
|
|
||||||
partial interface RTCPeerConnection {
|
partial interface RTCPeerConnection {
|
||||||
void getStats (MediaStreamTrack? selector, RTCStatsCallback successCallback, RTCPeerConnectionErrorCallback failureCallback);
|
Promise<RTCStatsReport> getStats (optional MediaStreamTrack? selector);
|
||||||
};
|
};
|
||||||
|
|
||||||
partial interface RTCPeerConnection {
|
partial interface RTCPeerConnection {
|
||||||
void setIdentityProvider (DOMString provider, optional DOMString protocol, optional DOMString username);
|
void setIdentityProvider (DOMString provider, optional DOMString protocol, optional DOMString usernameHint);
|
||||||
void getIdentityAssertion ();
|
Promise<DOMString> getIdentityAssertion ();
|
||||||
readonly attribute RTCIdentityAssertion? peerIdentity;
|
readonly attribute Promise<RTCIdentityAssertion> peerIdentity;
|
||||||
attribute EventHandler onidentityresult;
|
readonly attribute DOMString? idpLoginUrl;
|
||||||
attribute EventHandler onpeeridentity;
|
|
||||||
attribute EventHandler onidpassertionerror;
|
|
||||||
attribute EventHandler onidpvalidationerror;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -24,10 +24,7 @@ instance --use-fake-device-for-media-stream for Chrome.
|
||||||
<script src="/resources/testharnessreport.js"></script>
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
<script src="/common/vendor-prefix.js"
|
<script src="/common/vendor-prefix.js"
|
||||||
data-prefixed-objects=
|
data-prefixed-objects=
|
||||||
'[{"ancestors":["navigator"], "name":"getUserMedia"},
|
'[{"ancestors":["navigator"], "name":"getUserMedia"}]'
|
||||||
{"ancestors":["window"], "name":"RTCPeerConnection"},
|
|
||||||
{"ancestors":["window"], "name":"RTCSessionDescription"},
|
|
||||||
{"ancestors":["window"], "name":"RTCIceCandidate"}]'
|
|
||||||
data-prefixed-prototypes=
|
data-prefixed-prototypes=
|
||||||
'[{"ancestors":["HTMLMediaElement"],"name":"srcObject"}]'>
|
'[{"ancestors":["HTMLMediaElement"],"name":"srcObject"}]'>
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue