mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
Update CSS tests to revision 7d0ff6117ee51720c307ea24d413d13eb5abf3e6
This commit is contained in:
66
tests/wpt/css-tests/selectors-4_dev/xhtml1/chapter-14.xht
Normal file
66
tests/wpt/css-tests/selectors-4_dev/xhtml1/chapter-14.xht
Normal file
@@ -0,0 +1,66 @@
|
||||
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Grid-Structural Selectors - Selectors Level 4 CR Test Suite</title>
|
||||
<style type="text/css">
|
||||
@import "http://www.w3.org/StyleSheets/TR/base.css";
|
||||
@import "../indices.css";
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Selectors Level 4 CR Test Suite</h1>
|
||||
<h2>Grid-Structural Selectors (0 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
<col id="flags-column"></col>
|
||||
<col id="info-column"></col>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th><abbr title="Rendering References">Refs</abbr></th>
|
||||
<th>Flags</th>
|
||||
<th>Info</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="s14">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s14">+</a>
|
||||
<a href="https://www.w3.org/TR/selectors4/#table-pseudos">14 Grid-Structural Selectors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s14.1">+</a>
|
||||
<a href="https://www.w3.org/TR/selectors4/#column-combinator">14.1 Column combinator</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.1.#column-combinator0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s14.2">+</a>
|
||||
<a href="https://www.w3.org/TR/selectors4/#the-nth-column-pseudo">14.2 :nth-column() pseudo-class</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.#nth-column-pseudo">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s14.3">+</a>
|
||||
<a href="https://www.w3.org/TR/selectors4/#the-nth-last-column-pseudo">14.3 :nth-last-column() pseudo-class</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.3.#nth-last-column-pseudo">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user