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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css-grid-layout/resources/grid.css
diff --git a/LayoutTests/fast/css-grid-layout/resources/grid.css b/LayoutTests/fast/css-grid-layout/resources/grid.css
index 0db9059060126b169b60c5b19bcac26fc694b461..b6b953bfb1fe8e6f2910fe8afc015ffb9ee11970 100644
--- a/LayoutTests/fast/css-grid-layout/resources/grid.css
+++ b/LayoutTests/fast/css-grid-layout/resources/grid.css
@@ -1,4 +1,4 @@
-.grid {
+.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
display: grid;
background-color: grey;
}

Powered by Google App Engine
This is Rietveld 408576698