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

Unified Diff: LayoutTests/fast/css-grid-layout/mark-as-infinitely-growable-expected.txt

Issue 1010213002: [CSS Grid Layout] Support marking tracks as infinitely growable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased against master. Using new templatized methods. Created 5 years, 6 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/mark-as-infinitely-growable-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/mark-as-infinitely-growable-expected.txt b/LayoutTests/fast/css-grid-layout/mark-as-infinitely-growable-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..044b0e84917b2625eee56c11a801d5f0b92302d4
--- /dev/null
+++ b/LayoutTests/fast/css-grid-layout/mark-as-infinitely-growable-expected.txt
@@ -0,0 +1,11 @@
+PASS window.getComputedStyle(gridAutoAndAuto, '').getPropertyValue('grid-template-columns') is "10px 90px"
+PASS window.getComputedStyle(gridAutoAndAuto, '').getPropertyValue('grid-template-rows') is "10px"
+PASS window.getComputedStyle(gridFixedMaxContentAndFixedMaxContent, '').getPropertyValue('grid-template-columns') is "20px 80px"
+PASS window.getComputedStyle(gridFixedMaxContentAndFixedMaxContent, '').getPropertyValue('grid-template-rows') is "10px"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+X
+XXXXXX XXX
+XX
+XXXX X XXX

Powered by Google App Engine
This is Rietveld 408576698