| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-auto-repeat-get-set-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-auto-repeat-get-set-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-auto-repeat-get-set-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0891ec4114cd2f4f68077d9a247c70c5d1f4da1f
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-auto-repeat-get-set-expected.txt
|
| @@ -0,0 +1,60 @@
|
| +Test that setting and getting grid-template-columns and grid-template-rows with repeat() works as expected
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +Test auto-repeat syntax.
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "[foo bar] 10px"
|
| +PASS element.style.gridTemplateColumns is "[foo bar] 10px"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "20px [foo bar]"
|
| +PASS element.style.gridTemplateRows is "2em [foo bar]"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "[foo bar] 800px"
|
| +PASS element.style.gridTemplateColumns is "[foo bar] minmax(10px, 1fr)"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "[foo] 20px [bar]"
|
| +PASS element.style.gridTemplateRows is "[foo] minmax(2em, max-content) [bar]"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "100px 20px 20px"
|
| +PASS element.style.gridTemplateColumns is "minmax(10px, 100px) 20px 20px"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "70px 20px [bar foo] 10px [foo] 10px"
|
| +PASS element.style.gridTemplateRows is "70px minmax(2em, max-content) [bar] [foo] 1em [foo] 1em"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "[foo bar] 10px"
|
| +PASS element.style.gridTemplateColumns is "[foo bar] 10px"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "20px [foo bar]"
|
| +PASS element.style.gridTemplateRows is "2em [foo bar]"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "[foo bar] 800px"
|
| +PASS element.style.gridTemplateColumns is "[foo bar] minmax(10px, 1fr)"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "[foo] 20px [bar]"
|
| +PASS element.style.gridTemplateRows is "[foo] minmax(2em, max-content) [bar]"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "10px 20px 20px"
|
| +PASS element.style.gridTemplateColumns is "minmax(10px, min-content) 20px 20px"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "60px 20px [bar foo] 10px [foo] 10px"
|
| +PASS element.style.gridTemplateRows is "10% minmax(2em, max-content) [bar] [foo] 1em [foo] 1em"
|
| +
|
| +Test invalid repeat syntax.
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|