|
| 1 | +links: |
| 2 | + - product: firefox |
| 3 | + url: https://bugzilla.mozilla.org/show_bug.cgi?id=1991204 |
| 4 | + results: |
| 5 | + - test: grid-lanes-not-inhibited-001.html |
| 6 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 7 | + subtest: Property grid-template-columns value '20%' |
| 8 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 9 | + subtest: Property grid-template-columns value 'calc(30% + 40px)' |
| 10 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 11 | + subtest: Property grid-template-columns value '5fr' |
| 12 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 13 | + subtest: Property grid-template-columns value 'min-content' |
| 14 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 15 | + subtest: Property grid-template-columns value 'max-content' |
| 16 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 17 | + subtest: Property grid-template-columns value 'auto' |
| 18 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 19 | + subtest: Property grid-template-columns value 'minmax(10px, auto)' |
| 20 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 21 | + subtest: Property grid-template-columns value 'minmax(20%, max-content)' |
| 22 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 23 | + subtest: Property grid-template-columns value 'minmax(min-content, calc(-0.5em + 10px))' |
| 24 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 25 | + subtest: Property grid-template-columns value 'minmax(auto, 0)' |
| 26 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 27 | + subtest: Property grid-template-columns value 'fit-content(70px)' |
| 28 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 29 | + subtest: Property grid-template-columns value 'fit-content(20%)' |
| 30 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 31 | + subtest: Property grid-template-columns value 'fit-content(calc(-0.5em + 10px))' |
| 32 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 33 | + subtest: Property grid-template-columns value 'repeat(1, 10px)' |
| 34 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 35 | + subtest: Property grid-template-columns value 'repeat(1, [one two] 20%)' |
| 36 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 37 | + subtest: Property grid-template-columns value 'min-content repeat(5, minmax(10px, auto))' |
| 38 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 39 | + subtest: Property grid-template-columns value '[] 150px [] 1fr []' |
| 40 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 41 | + subtest: Property grid-template-columns value 'repeat(auto-fill, 200px)' |
| 42 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 43 | + subtest: Property grid-template-columns value 'repeat(auto-fill, minmax(100px, 5fr) [two])' |
| 44 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 45 | + subtest: Property grid-template-columns value 'repeat(auto-fit, [three] minmax(max-content, 6em) [four])' |
| 46 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 47 | + subtest: Property grid-template-columns value '[one] repeat(2, minmax(50px, auto)) [two] 30px [three] repeat(auto-fill, 10px) 40px [four five] repeat(2, minmax(200px, auto)) [six]' |
| 48 | + - product: firefox |
| 49 | + url: https://bugzilla.mozilla.org/show_bug.cgi?id=1891875 |
| 50 | + results: |
| 51 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 52 | + subtest: Property grid-template-columns value 'repeat(auto-fit, [one] 20%)' |
| 53 | + - product: firefox |
| 54 | + url: https://bugzilla.mozilla.org/show_bug.cgi?id=1972618 |
| 55 | + results: |
| 56 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 57 | + subtest: Property grid-template-columns value 'repeat(2, minmax(10px, auto))' |
| 58 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 59 | + subtest: Property grid-template-columns value 'repeat(2, fit-content(20%) [three four] 30px 40px [five six])' |
| 60 | + - product: firefox |
| 61 | + url: https://bugzilla.mozilla.org/show_bug.cgi?id=1998065 |
| 62 | + results: |
| 63 | + - test: grid-lanes-grid-template-columns-computed-withcontent.html |
| 64 | + subtest: Property grid-template-columns value 'none' |
0 commit comments