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

Side by Side Diff: LayoutTests/fast/css-grid-layout/resources/grid.css

Issue 60633008: [CSS Grid Layout] Percentages of indefinite sizes should compute to "auto" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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 .grid { 1 .grid, .noSizeGrid {
Julien - ping for review 2013/11/07 18:18:26 I hate this new class name. grid is not sized itse
svillar 2013/11/07 18:44:29 OK got the point. The thing is that this is not ab
2 display: grid; 2 display: grid;
3 background-color: grey; 3 background-color: grey;
4 } 4 }
5 5
6 .inline-grid { 6 .inline-grid {
7 display: inline-grid; 7 display: inline-grid;
8 background-color: grey; 8 background-color: grey;
9 } 9 }
10 10
11 .firstRowFirstColumn { 11 .firstRowFirstColumn {
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 -webkit-writing-mode: vertical-lr; 154 -webkit-writing-mode: vertical-lr;
155 } 155 }
156 156
157 .horizontalBT { 157 .horizontalBT {
158 -webkit-writing-mode: horizontal-bt; 158 -webkit-writing-mode: horizontal-bt;
159 } 159 }
160 160
161 .directionRTL { 161 .directionRTL {
162 direction: rtl; 162 direction: rtl;
163 } 163 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698