| 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 505e6c1b0d8c8b619498d47f18d089c6e2f2dfb3..3dc46bbc5d1fffcb3aaa8a8de5f1344bfd59c9f5 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
|
| @@ -1,53 +1,53 @@
|
| -Test that setting and getting grid-columns and grid-rows works as expected
|
| +Test that setting and getting grid-definition-columns and grid-definition-rows works as expected
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -Test getting grid-columns and grid-rows set through CSS
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first 10px"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "first 15px"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "53% last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "27% last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first auto"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "auto last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first minmax(10%, 15px)"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "minmax(20px, 50%) last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "nav first 10px last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "nav first 15px last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "nav first 10% nav 15% last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "first nav2 25% nav2 75% last"
|
| +Test getting grid-definition-columns and grid-definition-rows set through CSS
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "first 10px"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "first 15px"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "53% last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "27% last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "first auto"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "auto last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "first minmax(10%, 15px)"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "minmax(20px, 50%) last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "nav first 10px last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "nav first 15px last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "nav first 10% nav 15% last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "first nav2 25% nav2 75% last"
|
|
|
| -Test getting and setting grid-columns and grid-rows through JS
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first 18px"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "66px last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first 55%"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "40% last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first auto"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "auto last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first min-content"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "min-content last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first max-content"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "max-content last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first minmax(55%, 45px)"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "minmax(30px, 40%) last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first minmax(220px, max-content)"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "minmax(max-content, 50px) last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first minmax(220px, max-content)"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "minmax(max-content, 50px) last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first minmax(min-content, max-content)"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "minmax(max-content, min-content) last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "nav first minmax(min-content, max-content) last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "nav first minmax(max-content, min-content) last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "nav first minmax(min-content, max-content) nav auto last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "first nav2 minmax(max-content, min-content) nav2 minmax(10px, 15px) last"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "foo bar auto foo auto bar"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "foo bar auto foo auto bar"
|
| +Test getting and setting grid-definition-columns and grid-definition-rows through JS
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "first 18px"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "66px last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "first 55%"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "40% last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "first auto"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "auto last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "first min-content"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "min-content last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "first max-content"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "max-content last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "first minmax(55%, 45px)"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "minmax(30px, 40%) last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "first minmax(220px, max-content)"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "minmax(max-content, 50px) last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "first minmax(220px, max-content)"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "minmax(max-content, 50px) last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "first minmax(min-content, max-content)"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "minmax(max-content, min-content) last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "nav first minmax(min-content, max-content) last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "nav first minmax(max-content, min-content) last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "nav first minmax(min-content, max-content) nav auto last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "first nav2 minmax(max-content, min-content) nav2 minmax(10px, 15px) last"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "foo bar auto foo auto bar"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "foo bar auto foo auto bar"
|
|
|
| -Test getting and setting invalid grid-columns and grid-rows through JS
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "none"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "none"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "none"
|
| -PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "none"
|
| +Test getting and setting invalid grid-definition-columns and grid-definition-rows through JS
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "none"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "none"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-columns') is "none"
|
| +PASS getComputedStyle(gridElement, '').getPropertyValue('grid-definition-rows') is "none"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|