| 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..51577f18bd635abaa6a78f9695991a3f8d0e63d2 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
|
| @@ -26,7 +26,7 @@ PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is
|
| 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\""
|
| PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "\"foo bar\""
|
| Test invalid grid-template-areas values.
|
| PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "none"
|
|
|