| Index: LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt b/LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt
|
| index c408dfe5664276b9d65cefcf42b1752b16b3a24c..d25615d93ac4cd7202e7262a4d8323b4fdbfb86a 100644
|
| --- a/LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt
|
| +++ b/LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt
|
| @@ -18,6 +18,7 @@ PASS window.getComputedStyle(gridWithDotsCells).getPropertyValue('grid-template-
|
| PASS window.getComputedStyle(gridWithComplexDotAreas).getPropertyValue('grid-template-areas') is "\". header header .\" \". . . .\" \"nav main main aside\" \"nav main main aside\" \". . . aside\" \". footer footer aside\""
|
| PASS window.getComputedStyle(gridWithComplexDotsAreas).getPropertyValue('grid-template-areas') is "\". header header .\" \". . . .\" \"nav main main aside\" \"nav main main aside\" \". . . aside\" \". footer footer aside\""
|
| PASS window.getComputedStyle(gridWithMixedDotAndDotsAreas).getPropertyValue('grid-template-areas') is "\". title .\" \". main main\" \"nav . aside\" \". footer .\""
|
| +PASS window.getComputedStyle(gridWithDotsNoSpace).getPropertyValue('grid-template-areas') is "\". title . nav . . main test\""
|
| PASS window.getComputedStyle(gridWithHorizontalRectangle).getPropertyValue('grid-template-areas') is "\"a a a\" \"a a a\""
|
| PASS window.getComputedStyle(gridWithVerticalRectangle).getPropertyValue('grid-template-areas') is "\"a a\" \"a a\" \"a a\""
|
| Test grid-template-areas: initial
|
|
|