Index: LayoutTests/fast/css-grid-layout/grid-template-shorthand-get-set-expected.txt |
diff --git a/LayoutTests/fast/css-grid-layout/grid-template-shorthand-get-set-expected.txt b/LayoutTests/fast/css-grid-layout/grid-template-shorthand-get-set-expected.txt |
index edf22046b456ce8bcb64e4d850470db906f3e095..af77a0b966ff71c445a38cede335c12ee3fe7aab 100644 |
--- a/LayoutTests/fast/css-grid-layout/grid-template-shorthand-get-set-expected.txt |
+++ b/LayoutTests/fast/css-grid-layout/grid-template-shorthand-get-set-expected.txt |
@@ -43,6 +43,9 @@ PASS window.getComputedStyle(gridTemplateComplexFormOnlyAreas, '').getPropertyVa |
PASS window.getComputedStyle(gridTemplateNoColumnsRowWithEmptyTrailingLineNames, '').getPropertyValue('grid-template-columns') is "none" |
PASS window.getComputedStyle(gridTemplateNoColumnsRowWithEmptyTrailingLineNames, '').getPropertyValue('grid-template-rows') is "[first] 0px" |
PASS window.getComputedStyle(gridTemplateNoColumnsRowWithEmptyTrailingLineNames, '').getPropertyValue('grid-template-areas') is "\"a\"" |
+PASS window.getComputedStyle(gridTemplateConsecutiveAreas, '').getPropertyValue('grid-template-columns') is "10px" |
+PASS window.getComputedStyle(gridTemplateConsecutiveAreas, '').getPropertyValue('grid-template-rows') is "0px 0px" |
+PASS window.getComputedStyle(gridTemplateConsecutiveAreas, '').getPropertyValue('grid-template-areas') is "\"a\" \"a\"" |
Test getting wrong values for grid-template shorthand through CSS (they should resolve to the default: 'none') |
PASS window.getComputedStyle(gridTemplateMultipleSlash, '').getPropertyValue('grid-template-columns') is "none" |