mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Update CSS tests to revision 7d0ff6117ee51720c307ea24d413d13eb5abf3e6
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
<!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><title>CSS Test: vertical-rl upright orientation Table Row/Rowgroup/Cell Ordering</title>
|
||||
<link href="http://fantasai.inkedblade.net/contact" rel="author" title="Elika J. Etemad" />
|
||||
<link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot" /> <!-- 2016-01-19 -->
|
||||
<link href="reference/table-progression-001-ref.xht" rel="match" />
|
||||
<meta content="This test checks that vertical-rl tables, whether LTR or RTL, order rows/rowgroups right to left and cells top-to-bottom when text-orientation is upright." name="assert" />
|
||||
<link href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode" rel="help" />
|
||||
<link href="http://www.w3.org/TR/css-writing-modes-3/#direction" rel="help" />
|
||||
<link href="http://www.w3.org/TR/css-writing-modes-3/#text-orientation" rel="help" />
|
||||
<link href="http://www.w3.org/TR/css-writing-modes-3/#block-flow" rel="help" title="3.1 Block Flow Direction: the 'writing-mode' property" />
|
||||
<link href="http://www.w3.org/TR/css-writing-modes-3/#direction" rel="help" title="2.1 Specifying Directionality: the 'direction' property" />
|
||||
<link href="http://www.w3.org/TR/css-writing-modes-3/#text-orientation" rel="help" title="5.1 Orienting Text: the 'text-orientation' property" />
|
||||
|
||||
<style>
|
||||
.test {
|
||||
@@ -65,7 +66,7 @@
|
||||
</td><td colspan="3">
|
||||
</td></tr></tbody></table>
|
||||
|
||||
<table class="test">
|
||||
<table class="test" dir="rtl">
|
||||
<thead>
|
||||
<tr>
|
||||
<td class="navy">
|
||||
@@ -96,13 +97,13 @@
|
||||
<tbody><tr>
|
||||
<td rowspan="2">
|
||||
</td><td class="orng">
|
||||
</td><td colspan='3"'>
|
||||
</td><td colspan="3">
|
||||
</td><td class="navy">
|
||||
</td></tr><tr>
|
||||
<td rowspan='3"'>
|
||||
<td rowspan="3">
|
||||
</td><td class="yllw">
|
||||
</td><td class="pink">
|
||||
</td><td rowspan='2"'>
|
||||
</td><td rowspan="2">
|
||||
</td><td class="blue">
|
||||
</td></tr><tr>
|
||||
<td class="aqua">
|
||||
|
||||
Reference in New Issue
Block a user