Index: LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt |
diff --git a/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt b/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt |
index a9edca7eccf8f4cb4e569c5fdd09c089394e8f49..951e81e499d69b796d49f685f03487d2ff12f6eb 100644 |
--- a/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt |
+++ b/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt |
@@ -162,6 +162,8 @@ PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column |
PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "none" |
PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none" |
PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "none" |
+PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none" |
+PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "none" |
Test setting grid-template-columns and grid-template-rows back to 'none' through JS |
PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "18px" |