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

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

Issue 1554863002: Import csswg-test@091ec9158c45705b671df74ba064d1d57753c470 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 <title>CSS Test: vertical-lr Table Column/Colgroup Ordering</title> 2 <title>CSS Test: vertical-lr Table Column/Colgroup Ordering</title>
3 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/ contact"> 3 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/ contact">
4 <link rel="match" href="table-progression-002-ref.html"> 4 <link rel="match" href="table-progression-002-ref.html">
5 <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'."> 5 <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.">
6 <meta name="assert" content="This test checks that 'writing-mode' and 'direction ' do not apply to table columns and column groups.">
7 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode"> 6 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
8 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction"> 7 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction">
9 8
10 <style> 9 <style>
11 .test { 10 .test {
12 writing-mode: vertical-lr; 11 writing-mode: vertical-lr;
13 } 12 }
14 [dir=rtl] { 13 [dir=rtl] {
15 direction: rtl; 14 direction: rtl;
16 } 15 }
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 <tr><td><td><td><td><td> 76 <tr><td><td><td><td><td>
78 </table> 77 </table>
79 78
80 <table class="reference"> 79 <table class="reference">
81 <tr><td class="navy"> 80 <tr><td class="navy">
82 <tr><td class="navy"> 81 <tr><td class="navy">
83 <tr><td class="blue"> 82 <tr><td class="blue">
84 <tr><td class="aqua"> 83 <tr><td class="aqua">
85 <tr><td class="aqua"> 84 <tr><td class="aqua">
86 </table> 85 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698