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

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

Issue 845313003: [CSS Grid Layout] Tracks growing beyond limits when they should not (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt b/LayoutTests/fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt
index 8b8da0ce195d4ba03482fba365432008a8e3d5e3..88c9a047678d5bc5112d2a42d6987f74a3daec35 100644
--- a/LayoutTests/fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt
+++ b/LayoutTests/fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt
@@ -44,6 +44,8 @@ PASS window.getComputedStyle(gridMinContentFixedAndAutoAboveLimits, '').getPrope
PASS window.getComputedStyle(gridMaxContentFixedAndAutoAboveLimits, '').getPropertyValue('grid-template-columns') is "65px 85px"
PASS window.getComputedStyle(gridMinContentFixedAndFixedFixedAndAuto, '').getPropertyValue('grid-template-columns') is "20px 20px 60px"
PASS window.getComputedStyle(gridAutoAndFixedFixedAndMaxContentFixed, '').getPropertyValue('grid-template-columns') is "70px 20px 60px"
+PASS window.getComputedStyle(gridMaxContentAndMaxContentFixedAndMaxContent, '').getPropertyValue('grid-template-columns') is "70px 20px 50px"
+PASS window.getComputedStyle(gridAutoAndMinContentFixedAndMinContent, '').getPropertyValue('grid-template-columns') is "55px 30px 65px"
PASS successfullyParsed is true
TEST COMPLETE
@@ -131,3 +133,9 @@ XXXX XXXX
XXXXXXXXXX
XXXX XXXX
XXXXXXXXXXXXXXX
+X X X
+X X
+XX XX XX XX XX
+XX
+XXXXXXXXXXXXXXX
+XXX XXX

Powered by Google App Engine
This is Rietveld 408576698