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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vlr-003.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 upright orientation Table Row/Rowgroup/Cell Orderin g</title> 2 <title>CSS Test: vertical-lr upright orientation Table Row/Rowgroup/Cell Orderin g</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-001-ref.html"> 4 <link rel="match" href="table-progression-001-ref.html">
5 <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."> 5 <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.">
6 <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">
7 <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">
8 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientatio n"> 8 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientatio n">
9 9
10 <style> 10 <style>
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 <td class="pink"> 89 <td class="pink">
90 <tr> 90 <tr>
91 <td colspan=2> 91 <td colspan=2>
92 <td class="purp"> 92 <td class="purp">
93 </table> 93 </table>
94 94
95 <table class="reference"> 95 <table class="reference">
96 <tr> 96 <tr>
97 <td rowspan=2> 97 <td rowspan=2>
98 <td class="orng"> 98 <td class="orng">
99 <td colspan=3"> 99 <td colspan="3">
100 <td class="navy"> 100 <td class="navy">
101 <tr> 101 <tr>
102 <td rowspan=3"> 102 <td rowspan="3">
103 <td class="yllw"> 103 <td class="yllw">
104 <td class="pink"> 104 <td class="pink">
105 <td rowspan=2"> 105 <td rowspan="2">
106 <td class="blue"> 106 <td class="blue">
107 <tr> 107 <tr>
108 <td class="aqua"> 108 <td class="aqua">
109 <td rowspan=2 colspan=2> 109 <td rowspan=2 colspan=2>
110 <td rowspan=2> 110 <td rowspan=2>
111 <tr> 111 <tr>
112 <td class="teal"> 112 <td class="teal">
113 <td class="purp"> 113 <td class="purp">
114 </table> 114 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698