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

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

Issue 1854503002: Add meta charset tag to unlabelled utf-8 files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop two more files unaffected by utf-8 label Created 4 years, 8 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 <title>CSS Test: vertical-lr Table Row/Rowgroup/Cell Ordering</title> 3 <title>CSS Test: vertical-lr Table Row/Rowgroup/Cell Ordering</title>
3 <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">
4 <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 -->
5 <link rel="match" href="table-progression-001-ref.html"> 6 <link rel="match" href="table-progression-001-ref.html">
6 <meta name="assert" content="This test checks that vertical-lr tables order rows /rowgroups left to right and cells top-to-bottom (LTR) or bottom-to-top (RTL) pe r 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table rows and row groups."> 7 <meta name="assert" content="This test checks that vertical-lr tables order rows /rowgroups left to right and cells top-to-bottom (LTR) or bottom-to-top (RTL) pe r 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table rows and row groups.">
7 <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">
8 <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">
9 10
10 <style> 11 <style>
11 .test { 12 .test {
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 <td rowspan=2> 126 <td rowspan=2>
126 <td class="blue"> 127 <td class="blue">
127 <tr> 128 <tr>
128 <td class="aqua"> 129 <td class="aqua">
129 <td rowspan=2 colspan=2> 130 <td rowspan=2 colspan=2>
130 <td rowspan=2> 131 <td rowspan=2>
131 <tr> 132 <tr>
132 <td class="teal"> 133 <td class="teal">
133 <td class="purp"> 134 <td class="purp">
134 </table> 135 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698