| Index: LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt
|
| diff --git a/LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt b/LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt
|
| index e73d036bd97f8c1d268ecc0caca6efb092cb56e4..329818498756e6f5594ea4f28f9ea795ea6d6df5 100644
|
| --- a/LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt
|
| +++ b/LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt
|
| @@ -92,6 +92,12 @@ PASS window.getComputedStyle(gridWithMisplacedParentheses, '').getPropertyValue(
|
| PASS window.getComputedStyle(gridWithMisplacedParentheses, '').getPropertyValue('grid-template-rows') is "none"
|
| PASS window.getComputedStyle(gridWithContiguousParentheses, '').getPropertyValue('grid-template-columns') is "none"
|
| PASS window.getComputedStyle(gridWithContiguousParentheses, '').getPropertyValue('grid-template-rows') is "none"
|
| +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 window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| @@ -106,6 +112,12 @@ PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
|
| 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 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 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
|
|
|