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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-initialize-span-one-items-expected.txt

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: Created 6 years 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-initialize-span-one-items-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/grid-initialize-span-one-items-expected.txt b/LayoutTests/fast/css-grid-layout/grid-initialize-span-one-items-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9569526b4e4f8192735d9d4ca62e3675d066b960
--- /dev/null
+++ b/LayoutTests/fast/css-grid-layout/grid-initialize-span-one-items-expected.txt
@@ -0,0 +1,28 @@
+PASS window.getComputedStyle(gridAutoAndAuto, '').getPropertyValue('grid-template-columns') is "10px 90px"
+PASS window.getComputedStyle(gridAutoAndAutoReversed, '').getPropertyValue('grid-template-columns') is "90px 10px"
+PASS window.getComputedStyle(gridFixedMinContentFixedMaxContent, '').getPropertyValue('grid-template-columns') is "50px 100px"
+PASS window.getComputedStyle(gridFixedMinContentFixedMaxContentTwoEmptyChildren, '').getPropertyValue('grid-template-columns') is "50px 85px"
+PASS window.getComputedStyle(gridFixedMinContentFixedMaxContentFixedSizeChild, '').getPropertyValue('grid-template-columns') is "60px 40px"
+PASS window.getComputedStyle(gridMaxContentAndAuto, '').getPropertyValue('grid-template-columns') is "80px 90px"
+PASS window.getComputedStyle(gridMaxContentAndAutoReversed, '').getPropertyValue('grid-template-columns') is "90px 10px"
+PASS window.getComputedStyle(gridMinContentAndAuto, '').getPropertyValue('grid-template-columns') is "10px 90px"
+PASS window.getComputedStyle(gridMinContentAndAutoReversed, '').getPropertyValue('grid-template-columns') is "20px 80px"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+X
+XXX XX XXX
+X
+XXX XX XXX
+XXX XX XXX
+XXX XX XXX
+XXXXXX
+XXX XX XXX
+X
+XXX XX XXX
+X
+XXX XX XXX
+X
+XXX XX XXX
+X
+XXX XX XXX

Powered by Google App Engine
This is Rietveld 408576698