mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Update CSS tests to revision 7d0ff6117ee51720c307ea24d413d13eb5abf3e6
This commit is contained in:
parent
40c52d55e2
commit
349c75536d
7391 changed files with 304135 additions and 153491 deletions
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS Object Model Level 1 CR Test Suite</h1>
|
||||
<h2>Selectors (1 tests)</h2>
|
||||
<h2>Selectors (2 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="refs-column">
|
||||
|
@ -30,13 +30,13 @@
|
|||
<tbody id="s5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5">+</a>
|
||||
<a href="http://www.w3.org/TR/cssom/#selectors">5 Selectors</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/cssom/#selectors">5 Selectors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.1">+</a>
|
||||
<a href="http://www.w3.org/TR/cssom/#parsing-selectors">5.1 Parsing Selectors</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/cssom/#parsing-selectors">5.1 Parsing Selectors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.1.#parse-a-group-of-selectors">
|
||||
|
@ -45,8 +45,8 @@
|
|||
<tbody id="s5.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.2">+</a>
|
||||
<a href="http://www.w3.org/TR/cssom/#serializing-selectors">5.2 Serializing Selectors</a></th></tr>
|
||||
<!-- 1 tests -->
|
||||
<a href="https://www.w3.org/TR/cssom/#serializing-selectors">5.2 Serializing Selectors</a></th></tr>
|
||||
<!-- 2 tests -->
|
||||
<tr id="selectorserialize-5.2" class="primary dom script">
|
||||
<td><strong>
|
||||
<a href="selectorSerialize.htm">selectorserialize</a></strong></td>
|
||||
|
@ -55,6 +55,14 @@
|
|||
<td>test serialized selector which is only one simple selector in the sequence of simple selectors
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="serialize-namespaced-type-selectors-5.2" class="primary dom script">
|
||||
<td><strong>
|
||||
<a href="serialize-namespaced-type-selectors.htm">serialize-namespaced-type-selectors</a></strong></td>
|
||||
<td></td>
|
||||
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
||||
<td>test serialization of type selectors and namespace prefixes
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s5.2.#serialize-a-group-of-selectors">
|
||||
<!-- 0 tests -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue