Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt |
index dfdb8028daac70fdaefaac7628e2c7af4ed67c79..83533059d37e0eb76b4946bf1ca85ed2a8784260 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt |
@@ -110,6 +110,14 @@ PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is |
PASS element.style.gridTemplateColumns is "minmax(auto, 8vh)" |
PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "minmax(80px, auto)" |
PASS element.style.gridTemplateRows is "minmax(10vw, auto)" |
+PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "0px" |
+PASS element.style.gridTemplateColumns is "0fr" |
+PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "0px" |
+PASS element.style.gridTemplateRows is "0fr" |
+PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "0px" |
+PASS element.style.gridTemplateColumns is "minmax(0fr, 0fr)" |
+PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "0px" |
+PASS element.style.gridTemplateRows is "minmax(0fr, 0fr)" |
Test setting grid-template-columns and grid-template-rows to bad values through JS |
PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none" |