| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-template-shorthand-get-set-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-template-shorthand-get-set-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-template-shorthand-get-set-expected.txt
|
| index d7f35b85f41fcf982b46706fbbcbde49b733081c..aae94c7741fdb0af1bc16369d8a8c03c1e56e55c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-template-shorthand-get-set-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-template-shorthand-get-set-expected.txt
|
| @@ -40,10 +40,10 @@ PASS window.getComputedStyle(gridTemplateComplexFormWithLineNamesMultipleRows, '
|
| PASS window.getComputedStyle(gridTemplateComplexFormWithLineNamesMultipleRowsWithoutRowsSizes, '').getPropertyValue('grid-template-columns') is "10px"
|
| PASS window.getComputedStyle(gridTemplateComplexFormWithLineNamesMultipleRowsWithoutRowsSizes, '').getPropertyValue('grid-template-rows') is "[head1] 0px [tail1 head2] 0px [tail2]"
|
| PASS window.getComputedStyle(gridTemplateComplexFormWithLineNamesMultipleRowsWithoutRowsSizes, '').getPropertyValue('grid-template-areas') is "\"a\" \"b\""
|
| -PASS window.getComputedStyle(gridTemplateComplexFormWithLineNamesMultipleRowsAndColumns, '').getPropertyValue('grid-template-columns') is "[first] 10px [nav nav2] 15px [nav nav2] 15px"
|
| +PASS window.getComputedStyle(gridTemplateComplexFormWithLineNamesMultipleRowsAndColumns, '').getPropertyValue('grid-template-columns') is "[first] 10px [nav nav2] 15px [nav] 15px [last]"
|
| PASS window.getComputedStyle(gridTemplateComplexFormWithLineNamesMultipleRowsAndColumns, '').getPropertyValue('grid-template-rows') is "100px [nav nav2] 25px [nav nav2] 25px [last]"
|
| PASS window.getComputedStyle(gridTemplateComplexFormWithLineNamesMultipleRowsAndColumns, '').getPropertyValue('grid-template-areas') is "\"a b c\" \"d e f\" \"g h i\""
|
| -PASS window.getComputedStyle(gridTemplateComplexFormWithLineNamesMultipleRowsAndColumnsWithoutRowsSizes, '').getPropertyValue('grid-template-columns') is "[first] 10px [nav nav2] 15px [nav nav2] 15px"
|
| +PASS window.getComputedStyle(gridTemplateComplexFormWithLineNamesMultipleRowsAndColumnsWithoutRowsSizes, '').getPropertyValue('grid-template-columns') is "[first] 10px [nav nav2] 15px [nav] 15px [last]"
|
| PASS window.getComputedStyle(gridTemplateComplexFormWithLineNamesMultipleRowsAndColumnsWithoutRowsSizes, '').getPropertyValue('grid-template-rows') is "0px [nav nav2] 0px [nav nav2] 0px [last]"
|
| PASS window.getComputedStyle(gridTemplateComplexFormWithLineNamesMultipleRowsAndColumnsWithoutRowsSizes, '').getPropertyValue('grid-template-areas') is "\"a b c\" \"d e f\" \"g h i\""
|
| PASS window.getComputedStyle(gridTemplateComplexFormWithAuto, '').getPropertyValue('grid-template-columns') is "10px"
|
| @@ -132,6 +132,15 @@ PASS window.getComputedStyle(gridTemplateNoColumnsRowWithTwoEmptyTrailingLineNam
|
| PASS window.getComputedStyle(gridTemplateNoColumnsRowWithEmptyTrailingLineNamesAndNonEmptyLeadingLineNames, '').getPropertyValue('grid-template-columns') is "none"
|
| PASS window.getComputedStyle(gridTemplateNoColumnsRowWithEmptyTrailingLineNamesAndNonEmptyLeadingLineNames, '').getPropertyValue('grid-template-rows') is "none"
|
| PASS window.getComputedStyle(gridTemplateNoColumnsRowWithEmptyTrailingLineNamesAndNonEmptyLeadingLineNames, '').getPropertyValue('grid-template-areas') is "none"
|
| +PASS window.getComputedStyle(gridTemplateRepeat, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(gridTemplateRepeat, '').getPropertyValue('grid-template-rows') is "none"
|
| +PASS window.getComputedStyle(gridTemplateRepeat, '').getPropertyValue('grid-template-areas') is "none"
|
| +PASS window.getComputedStyle(gridTemplateRepeatAutoFill, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(gridTemplateRepeatAutoFill, '').getPropertyValue('grid-template-rows') is "none"
|
| +PASS window.getComputedStyle(gridTemplateRepeatAutoFill, '').getPropertyValue('grid-template-areas') is "none"
|
| +PASS window.getComputedStyle(gridTemplateRepeatAutoFit, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(gridTemplateRepeatAutoFit, '').getPropertyValue('grid-template-rows') is "none"
|
| +PASS window.getComputedStyle(gridTemplateRepeatAutoFit, '').getPropertyValue('grid-template-areas') is "none"
|
|
|
| Test the initial value
|
| PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| @@ -200,6 +209,15 @@ PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-areas'
|
| 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-areas') 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-areas') 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-areas') 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-areas') is "none"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|