| Index: LayoutTests/fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt b/LayoutTests/fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt
|
| index 39a779a179b3dd96bf0c9a461354c410169fb2c5..3deac4e450eacfc3367a66efadf1ecdc6e16d20d 100644
|
| --- a/LayoutTests/fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt
|
| +++ b/LayoutTests/fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt
|
| @@ -10,6 +10,10 @@ PASS window.getComputedStyle(gridAutoMinContent, '').getPropertyValue('grid-temp
|
| PASS window.getComputedStyle(gridAutoMaxContent, '').getPropertyValue('grid-template-columns') is "20px 70px"
|
| PASS window.getComputedStyle(gridMaxContentAndMinContentFixed, '').getPropertyValue('grid-template-columns') is "70px 20px"
|
| PASS window.getComputedStyle(gridMaxContentAndMaxContentFixed, '').getPropertyValue('grid-template-columns') is "55px 35px"
|
| +PASS window.getComputedStyle(gridMinContentFixedAndAutoAboveLimits, '').getPropertyValue('grid-template-columns') is "15px 95px"
|
| +PASS window.getComputedStyle(gridMaxContentFixedAndAutoAboveLimits, '').getPropertyValue('grid-template-columns') is "65px 85px"
|
| +PASS window.getComputedStyle(gridMinContentFixedAndFixedFixedAndAuto, '').getPropertyValue('grid-template-columns') is "20px 20px 60px"
|
| +PASS window.getComputedStyle(gridAutoAndFixedFixedAndMaxContentFixed, '').getPropertyValue('grid-template-columns') is "40px 20px 90px"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
| @@ -25,3 +29,11 @@ XXXX XXXX
|
| XXXX XXXX
|
| XXXX XXXX
|
| XXXX XXXX
|
| +XXXX XXXX
|
| +XXXXXXXXXXX
|
| +XXXX XXXX
|
| +XXXXXXXXXXXXXXX
|
| +XXXX XXXX
|
| +XXXXXXXXXX
|
| +XXXX XXXX
|
| +XXXXXXXXXXXXXXX
|
|
|