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

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

Issue 1922043004: Import csswg-test@b2daa426addd5ccb8e9ce1c5d800f9d82603f1ec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update W3CImportExpectations and make me owner for css-scoping-1 Created 4 years, 7 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 Reference</title> 3 <title>CSS Reference</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 6
7 <style> 7 <style>
8 table { 8 table {
9 border-spacing: 0; 9 border-spacing: 0;
10 border: solid gray; 10 border: solid gray;
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 </table> 59 </table>
60 60
61 61
62 <table class="reference"> 62 <table class="reference">
63 <tr><td class="navy"> 63 <tr><td class="navy">
64 <tr><td class="navy"> 64 <tr><td class="navy">
65 <tr><td class="blue"> 65 <tr><td class="blue">
66 <tr><td class="aqua"> 66 <tr><td class="aqua">
67 <tr><td class="aqua"> 67 <tr><td class="aqua">
68 </table> 68 </table>
69
70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698