| Index: LayoutTests/fast/css-grid-layout/non-named-grid-line-get-set-expected.txt
|
| diff --git a/LayoutTests/fast/css-grid-layout/non-named-grid-line-get-set-expected.txt b/LayoutTests/fast/css-grid-layout/non-named-grid-line-get-set-expected.txt
|
| index aeec8e6fd534daa5138e49bca5ed163bd0bdd255..b0779df2b94fbe844db9ba9db9b4214381a62ba6 100644
|
| --- a/LayoutTests/fast/css-grid-layout/non-named-grid-line-get-set-expected.txt
|
| +++ b/LayoutTests/fast/css-grid-layout/non-named-grid-line-get-set-expected.txt
|
| @@ -71,11 +71,19 @@ PASS element.style.gridTemplateColumns is "(foo bar) auto (foo) auto (bar)"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "(foo bar) auto (foo) auto (bar)"
|
| PASS element.style.gridTemplateRows is "(foo bar) auto (foo) auto (bar)"
|
|
|
| +Test getting invalid grid-template-columns and grid-template-rows set through CSS
|
| +PASS window.getComputedStyle(gridWithAutoAsCustomIdent, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(gridWithAutoAsCustomIdent, '').getPropertyValue('grid-template-rows') is "none"
|
| +PASS window.getComputedStyle(gridWithMinmaxAsCustomIdent, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(gridWithMinmaxAsCustomIdent, '').getPropertyValue('grid-template-rows') is "none"
|
| +PASS window.getComputedStyle(gridWithSubgridAsCustomIdent, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(gridWithSubgridAsCustomIdent, '').getPropertyValue('grid-template-rows') is "none"
|
| +
|
| Test getting and setting invalid grid-template-columns and grid-template-rows through JS
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "none"
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "none"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|