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 951e81e499d69b796d49f685f03487d2ff12f6eb..8432855df9c53c19316f4c4e0c2523ce4f83d345 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 |
@@ -176,12 +176,12 @@ PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "no |
PASS element.style.gridTemplateRows is "none" |
Test setting grid-template-columns and grid-template-rows to 'inherit' through JS |
-PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is '50px (last)' |
-PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is '(first) 101px' |
+PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is '50px [last]' |
+PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is '[first] 101px' |
Test setting grid-template-columns and grid-template-rows to 'initial' through JS |
-PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is '450px (last)' |
-PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is '(first) 150px' |
+PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is '450px [last]' |
+PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is '[first] 150px' |
PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is 'none' |
PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is 'none' |
PASS successfullyParsed is true |