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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-content-sized-columns-resolution.html

Issue 802243003: [CSS Grid Layout] Incorrect sizing of tracks with non-spanning items (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased + Test fixes Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css-grid-layout/grid-content-sized-columns-resolution.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-content-sized-columns-resolution.html b/LayoutTests/fast/css-grid-layout/grid-content-sized-columns-resolution.html
index 4b0419ca48e600eb16df310a13f0e7474ce26b17..45ab233714e6e12db076050121a2635bc228a3dc 100644
--- a/LayoutTests/fast/css-grid-layout/grid-content-sized-columns-resolution.html
+++ b/LayoutTests/fast/css-grid-layout/grid-content-sized-columns-resolution.html
@@ -317,7 +317,7 @@
debug("");
debug("Check that items are processed by ascending span to compute track breadths forbidding extra space distribution.");
testGridColumnsValues("gridMinContentFixedAndAutoUnsortedConstrained", "0px 40px");
- testGridColumnsValues("gridAutoAndAutoUnsortedConstrained", "5px 35px");
+ testGridColumnsValues("gridAutoAndAutoUnsortedConstrained", "10px 30px");
testGridColumnsValues("gridMinContentAndMinContentFixedUnsortedConstrained", "0px 40px");
testGridColumnsValues("gridMaxContentAndMinContentUnsortedConstrained", "0px 70px");
testGridColumnsValues("gridFixedMinContentAndMaxContentUnsortedConstrained", "10px 70px");
@@ -332,7 +332,7 @@
debug("");
debug("Check that items are processed by ascending span to compute track breadths allowing extra space distribution.");
testGridColumnsValues("gridMinContentFixedAndAutoUnsorted", "15px 90px");
- testGridColumnsValues("gridAutoAndAutoUnsorted", "30px 60px");
+ testGridColumnsValues("gridAutoAndAutoUnsorted", "60px 30px");
testGridColumnsValues("gridMinContentAndMinContentFixedUnsorted", "0px 40px");
testGridColumnsValues("gridMaxContentAndMinContentUnsorted", "0px 70px");
testGridColumnsValues("gridFixedMinContentAndMaxContentUnsorted", "10px 70px");

Powered by Google App Engine
This is Rietveld 408576698