Index: LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt |
diff --git a/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt b/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt |
index e350b356d2a5fe032773677b4ef8c4ce01deb1aa..8d5427d590bd7ee7e3ffd1e9ec0af6b874c53da8 100644 |
--- a/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt |
+++ b/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt |
@@ -100,8 +100,8 @@ PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "auto" |
PASS element.style.gridAutoRows is "initial" |
PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "10px" |
PASS element.style.gridTemplateColumns is "10px" |
-PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "(line) 20px" |
-PASS element.style.gridTemplateRows is "(line) 20px" |
+PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "[line] 20px" |
+PASS element.style.gridTemplateRows is "[line] 20px" |
PASS getComputedStyle(element, '').getPropertyValue('grid-template-areas') is "\"a\"" |
PASS element.style.gridTemplateAreas is "\"a\"" |
PASS getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is "row" |