| 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 cc3fd4fcfd52215f968cf94d1d3c63f56c72160b..fbf07102e178378963aed31e2695e813c42d1c22 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
|
| @@ -15,6 +15,9 @@ PASS window.getComputedStyle(gridWithHorizontalRectangle).getPropertyValue('grid
|
| PASS window.getComputedStyle(gridWithVerticalRectangle).getPropertyValue('grid-template-areas') is "\"a a\" \"a a\" \"a a\""
|
| Test grid-template-areas: initial
|
| PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "\"foobar\""
|
| +PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "none"
|
| +PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "\"foobar\""
|
| +PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "none"
|
| Test grid-template-areas: inherit
|
| PASS window.getComputedStyle(parentElement).getPropertyValue('grid-template-areas') is "\"foo bar\""
|
| PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "\"foo bar\""
|
|
|