Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vlr-003.html

Issue 1922043004: Import csswg-test@b2daa426addd5ccb8e9ce1c5d800f9d82603f1ec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update W3CImportExpectations and make me owner for css-scoping-1 Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>CSS Test: vertical-lr upright orientation Table Row/Rowgroup/Cell Orderin g</title> 3 <title>CSS Test: vertical-lr upright orientation Table Row/Rowgroup/Cell Orderin g</title>
4 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/ contact"> 4 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/ contact">
5 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/"> <!-- 2016-01-19 --> 5 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/"> <!-- 2016-01-19 -->
6 <link rel="match" href="table-progression-001-ref.html"> 6 <link rel="match" href="table-progression-001-ref.html">
7 <meta name="assert" content="This test checks that vertical-lr tables, whether L TR or RTL, order rows/rowgroups right to left and cells top-to-bottom when text- orientation is upright."> 7 <meta name="assert" content="This test checks that vertical-lr tables, whether L TR or RTL, order rows/rowgroups left to right and cells top-to-bottom when text- orientation is upright.">
8 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#block-flow" tit le="3.1 Block Flow Direction: the 'writing-mode' property"> 8 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#block-flow" tit le="3.1 Block Flow Direction: the 'writing-mode' property">
9 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction" titl e="2.1 Specifying Directionality: the 'direction' property"> 9 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction" titl e="2.1 Specifying Directionality: the 'direction' property">
10 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientatio n" title="5.1 Orienting Text: the 'text-orientation' property"> 10 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientatio n" title="5.1 Orienting Text: the 'text-orientation' property">
11 11
12 <style> 12 <style>
13 .test { 13 .test {
14 writing-mode: vertical-lr; 14 writing-mode: vertical-lr;
15 text-orientation: upright; 15 text-orientation: upright;
16 } 16 }
17 [dir=rtl] { 17 [dir=rtl] {
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 <td rowspan="2"> 107 <td rowspan="2">
108 <td class="blue"> 108 <td class="blue">
109 <tr> 109 <tr>
110 <td class="aqua"> 110 <td class="aqua">
111 <td rowspan=2 colspan=2> 111 <td rowspan=2 colspan=2>
112 <td rowspan=2> 112 <td rowspan=2>
113 <tr> 113 <tr>
114 <td class="teal"> 114 <td class="teal">
115 <td class="purp"> 115 <td class="purp">
116 </table> 116 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698