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

Side by Side Diff: LayoutTests/fast/table/computeLogicalWidth-table-needsSectionRecalc.html

Issue 201573009: Remove -webkit-column-progression and -webkit-column-axis properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master (fixed the DOS-style line break issue there) Created 6 years, 9 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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 #el0 { 4 #el0 {
5 -webkit-column-axis: vertical;
6 border-collapse: collapse; 5 border-collapse: collapse;
7 width: 1; 6 width: 1;
8 height: 1; 7 height: 1;
9 } 8 }
10 #el1 { 9 #el1 {
11 width: 1; 10 width: 1;
12 float: left; 11 float: left;
13 display: table; 12 display: table;
14 } 13 }
15 #el2 { 14 #el2 {
(...skipping 29 matching lines...) Expand all
45 if (window.testRunner) 44 if (window.testRunner)
46 testRunner.notifyDone(); 45 testRunner.notifyDone();
47 }, 0); 46 }, 0);
48 } 47 }
49 window.onload=crash 48 window.onload=crash
50 </script> 49 </script>
51 </head> 50 </head>
52 <body> 51 <body>
53 </body> 52 </body>
54 </html> 53 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698