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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vrl-003-expected.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 Reference</title> 3 <title>CSS Reference</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 6
6 <style> 7 <style>
7 table { 8 table {
8 border-spacing: 0; 9 border-spacing: 0;
9 margin: 1em; 10 margin: 1em;
10 } 11 }
11 td { 12 td {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 <td class="blue"> 85 <td class="blue">
85 <tr> 86 <tr>
86 <td class="aqua"> 87 <td class="aqua">
87 <td rowspan=2 colspan=2> 88 <td rowspan=2 colspan=2>
88 <td rowspan=2> 89 <td rowspan=2>
89 <tr> 90 <tr>
90 <td class="teal"> 91 <td class="teal">
91 <td class="purp"> 92 <td class="purp">
92 </table> 93 </table>
93 94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698