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

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

Issue 2104493003: Import csswg-test@0589ea025a684e31742740ca3b599230bcc25e5d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpectations, delete background Created 4 years, 5 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 Table Column/Colgroup Ordering</title> 3 <title>CSS Test: vertical-lr Table Column/Colgroup Ordering</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-15 --> 5 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/"> <!-- 2016-01-15 -->
6 <link rel="match" href="table-progression-002-ref.html"> 6 <link rel="match" href="table-progression-002-ref.html">
7 <meta name="assert" content="This test checks that vertical-lr tables order colu mns top-to-bottom (LTR) or bottom-to-top (RTL) per the table's 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table colu mns and column groups."> 7 <meta name="assert" content="This test checks that vertical-lr tables order colu mns top-to-bottom (LTR) or bottom-to-top (RTL) per the table's 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table colu mns and column groups.">
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"z> 9 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction"z>
10 10
11 <style> 11 <style>
12 .test { 12 .test {
13 writing-mode: vertical-lr; 13 writing-mode: vertical-lr;
14 } 14 }
15 [dir=rtl] { 15 [dir=rtl] {
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 <tr><td><td><td><td><td> 78 <tr><td><td><td><td><td>
79 </table> 79 </table>
80 80
81 <table class="reference"> 81 <table class="reference">
82 <tr><td class="navy"> 82 <tr><td class="navy">
83 <tr><td class="navy"> 83 <tr><td class="navy">
84 <tr><td class="blue"> 84 <tr><td class="blue">
85 <tr><td class="aqua"> 85 <tr><td class="aqua">
86 <tr><td class="aqua"> 86 <tr><td class="aqua">
87 </table> 87 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698