| 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..044b0e84917b2625eee56c11a801d5f0b92302d4
|
| --- /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 "10px 90px"
|
| +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
|
| +XXXXXX XXX
|
| +XX
|
| +XXXX X XXX
|
|
|