| Index: LayoutTests/fast/css-grid-layout/mark-as-infinitely-growable-expected.txt
|
| diff --git a/LayoutTests/fast/css-grid-layout/mark-as-infinitely-growable-expected.txt b/LayoutTests/fast/css-grid-layout/mark-as-infinitely-growable-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..287f066549200c966ae4fb36dab77f57de5aa3a4
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css-grid-layout/mark-as-infinitely-growable-expected.txt
|
| @@ -0,0 +1,11 @@
|
| +PASS window.getComputedStyle(gridAutoAndAuto, '').getPropertyValue('grid-template-columns') is "30px 70px"
|
| +PASS window.getComputedStyle(gridAutoAndAuto, '').getPropertyValue('grid-template-rows') is "10px"
|
| +PASS window.getComputedStyle(gridFixedMaxContentAndFixedMaxContent, '').getPropertyValue('grid-template-columns') is "20px 80px"
|
| +PASS window.getComputedStyle(gridFixedMaxContentAndFixedMaxContent, '').getPropertyValue('grid-template-rows') is "10px"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +X X
|
| +XXXXXX XXX
|
| +XX
|
| +XXXX X XXX
|
|
|