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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-only-abspos-item-computed-style-crash-expected.txt

Issue 2080643002: [css-grid] Implement repeat(auto-fit) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing v3 Created 4 years, 5 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: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-only-abspos-item-computed-style-crash-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-only-abspos-item-computed-style-crash-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-only-abspos-item-computed-style-crash-expected.txt
index ea757cf4c3998fc6b19b48f31a0128c605265819..4d2d69de49072518040c2c2b6a597019a3cf09ec 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-only-abspos-item-computed-style-crash-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-only-abspos-item-computed-style-crash-expected.txt
@@ -12,4 +12,12 @@ PASS window.getComputedStyle(grid2, '').getPropertyValue('grid-template-columns'
PASS window.getComputedStyle(grid2, '').getPropertyValue('grid-template-rows') is "none"
PASS window.getComputedStyle(grid3, '').getPropertyValue('grid-template-columns') is "none"
PASS window.getComputedStyle(grid3, '').getPropertyValue('grid-template-rows') is "none"
+PASS window.getComputedStyle(grid4, '').getPropertyValue('grid-template-columns') is "[a] 0px [b a] 0px [b a] 0px [b a] 0px [b a] 0px [b]"
+PASS window.getComputedStyle(grid4, '').getPropertyValue('grid-template-rows') is "none"
+PASS window.getComputedStyle(grid5, '').getPropertyValue('grid-template-columns') is "none"
+PASS window.getComputedStyle(grid5, '').getPropertyValue('grid-template-rows') is "[a] 0px [b]"
+PASS window.getComputedStyle(grid6, '').getPropertyValue('grid-template-columns') is "[a] 0px [b a] 0px [b a] 0px [b] 10px 30px"
+PASS window.getComputedStyle(grid6, '').getPropertyValue('grid-template-rows') is "none"
+PASS window.getComputedStyle(grid7, '').getPropertyValue('grid-template-columns') is "none"
+PASS window.getComputedStyle(grid7, '').getPropertyValue('grid-template-rows') is "[a] 0px [b] 10px 30px"

Powered by Google App Engine
This is Rietveld 408576698