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

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

Issue 448993002: [CSSGridLayout] Skip items spanning flex tracks in track sizing algo (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing v2 Created 6 years, 2 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/flex-and-content-sized-resolution-columns-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/flex-and-content-sized-resolution-columns-expected.txt b/LayoutTests/fast/css-grid-layout/flex-and-content-sized-resolution-columns-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..aea55e2ec1aece632ad3a918c24b8a9cee73008f
--- /dev/null
+++ b/LayoutTests/fast/css-grid-layout/flex-and-content-sized-resolution-columns-expected.txt
@@ -0,0 +1,30 @@
+PASS window.getComputedStyle(gridFixedAndMinContentAndFlex, '').getPropertyValue('grid-template-columns') is "20px 30px 50px"
+PASS window.getComputedStyle(gridFixedAndMinContentAndFlexMultipleOverlap, '').getPropertyValue('grid-template-columns') is "20px 10px 70px"
+PASS window.getComputedStyle(gridMinMaxFixedFlexAndMaxContentAndAuto, '').getPropertyValue('grid-template-columns') is "60px 20px 20px"
+PASS window.getComputedStyle(gridMinMaxFixedFlexAndMaxContentAndAutoNoFlexSpanningItems, '').getPropertyValue('grid-template-columns') is "100px 0px 0px"
+PASS window.getComputedStyle(gridMinMaxFlexFixedAndMinContentAndFixed, '').getPropertyValue('grid-template-columns') is "35px 5px 25px"
+PASS window.getComputedStyle(gridMinContentAndMinMaxFixedMinContentAndFlex, '').getPropertyValue('grid-template-columns') is "20px 20px 60px"
+PASS window.getComputedStyle(gridMaxContentAndMinMaxFixedMaxContentAndFlex, '').getPropertyValue('grid-template-columns') is "70px 20px 10px"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+Test that resolving auto tracks on grid items works properly.
+
+XXXXXXXX
+XXXXX
+XXX XXX
+XXXX
+XXX XXX
+XXXX
+XXX XXX
+XXXX XXXX
+XXXX XXXX
+XXX XXX
+XXXXX XXXXX
+XX XX XX XX
+XXXXX
+XXX XXX XXX
+XXXX XXXX
+XXXXX
+XXX XXX XXX
+XXXX XXXX

Powered by Google App Engine
This is Rietveld 408576698