Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions css/css-grid/grid-lanes/tentative/META.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
links:
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1991204
results:
- test: grid-lanes-not-inhibited-001.html
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value '20%'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'calc(30% + 40px)'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value '5fr'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'min-content'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'max-content'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'auto'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'minmax(10px, auto)'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'minmax(20%, max-content)'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'minmax(min-content, calc(-0.5em + 10px))'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'minmax(auto, 0)'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'fit-content(70px)'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'fit-content(20%)'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'fit-content(calc(-0.5em + 10px))'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'repeat(1, 10px)'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'repeat(1, [one two] 20%)'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'min-content repeat(5, minmax(10px, auto))'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value '[] 150px [] 1fr []'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'repeat(auto-fill, 200px)'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'repeat(auto-fill, minmax(100px, 5fr) [two])'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'repeat(auto-fit, [three] minmax(max-content, 6em) [four])'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
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]'
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1891875
results:
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'repeat(auto-fit, [one] 20%)'
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1972618
results:
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'repeat(2, minmax(10px, auto))'
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'repeat(2, fit-content(20%) [three four] 30px 40px [five six])'
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1998065
results:
- test: grid-lanes-grid-template-columns-computed-withcontent.html
subtest: Property grid-template-columns value 'none'
10 changes: 10 additions & 0 deletions css/css-grid/grid-lanes/tentative/abspos/META.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
links:
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1987752
results:
- test: row-grid-lanes-positioned-item-dynamic-change.html
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1987479
results:
- test: column-grid-lanes-out-of-flow-003.html
- test: row-grid-lanes-out-of-flow-003.html
36 changes: 36 additions & 0 deletions css/css-grid/grid-lanes/tentative/alignment/META.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
links:
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1993591
results:
- test: column-grid-lanes-justify-self-001.html
- test: row-grid-lanes-align-self-003.html
- test: column-grid-lanes-alignment-positioned-items-001.html
- test: row-grid-lanes-alignment-positioned-items-001.html
- test: row-grid-lanes-align-self-002.html
- test: column-grid-lanes-justify-self-002.html
- test: column-grid-lanes-alignment-positioned-items-004.html
- test: row-grid-lanes-alignment-positioned-items-004.html
- test: column-grid-lanes-alignment-positioned-items-002.html
- test: row-grid-lanes-alignment-positioned-items-002.html
- test: column-grid-lanes-justify-self-003.html
- test: column-grid-lanes-alignment-positioned-items-003.html
- test: row-grid-lanes-align-self-001.html
- test: row-grid-lanes-alignment-positioned-items-003.html
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1991204
results:
- test: grid-lanes-align-content-002.html
- test: grid-lanes-justify-content-002.html
- test: grid-lanes-justify-content-003.html
- test: grid-lanes-justify-content-001.html
- test: grid-lanes-justify-content-004.html
- test: grid-lanes-align-content-004.html
- test: grid-lanes-align-content-001.html
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1972618
results:
- test: grid-lanes-align-content-003.html
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=2000655
results:
- test: column-overflow-alignment-001.html
9 changes: 9 additions & 0 deletions css/css-grid/grid-lanes/tentative/gap/META.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
links:
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1991204
results:
- test: grid-lanes-gap-001.html
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1915334
results:
- test: grid-lanes-gap-002.html
5 changes: 5 additions & 0 deletions css/css-grid/grid-lanes/tentative/grid-placement/META.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
links:
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1991204
results:
- test: grid-lanes-grid-placement-named-lines-001.html
57 changes: 57 additions & 0 deletions css/css-grid/grid-lanes/tentative/intrinsic-sizing/META.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
links:
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1972618
results:
- test: grid-lanes-intrinsic-sizing-rows-003-mix1.html
- test: grid-lanes-intrinsic-sizing-rows-003-auto.html
- test: grid-lanes-intrinsic-sizing-cols-004-mix1.html
- test: grid-lanes-intrinsic-sizing-rows-002-auto.html
- test: grid-lanes-intrinsic-sizing-rows-005.html
- test: grid-lanes-intrinsic-sizing-rows-001-mix2.html
- test: grid-lanes-intrinsic-sizing-cols-002-mix1.html
- test: grid-lanes-intrinsic-sizing-cols-003-mix1.html
- test: grid-lanes-intrinsic-sizing-rows-003-mix2.html
- test: grid-lanes-intrinsic-sizing-rows-001-mix1.html
- test: grid-lanes-intrinsic-sizing-cols-004-auto.html
- test: grid-lanes-intrinsic-sizing-rows-004-auto.html
- test: grid-lanes-intrinsic-sizing-rows-002-mix2.html
- test: grid-lanes-intrinsic-sizing-cols-001-mix2.html
- test: grid-lanes-intrinsic-sizing-cols-003-fr.html
- test: grid-lanes-intrinsic-sizing-cols-004-mix2.html
- test: grid-lanes-intrinsic-sizing-cols-002-fr.html
- test: grid-lanes-intrinsic-sizing-rows-001-auto.html
- test: grid-lanes-intrinsic-sizing-cols-001-auto.html
- test: grid-lanes-intrinsic-sizing-cols-003-mix2.html
- test: grid-lanes-intrinsic-sizing-rows-002-mix1.html
- test: grid-lanes-intrinsic-sizing-cols-001-mix1.html
- test: grid-lanes-intrinsic-sizing-cols-003-auto.html
- test: grid-lanes-intrinsic-sizing-cols-002-mix2.html
- test: grid-lanes-intrinsic-sizing-rows-004-mix1.html
- test: grid-lanes-intrinsic-sizing-cols-002-auto.html
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1991204
results:
- test: grid-lanes-intrinsic-sizing-rows-003-fr.html
- test: grid-lanes-intrinsic-sizing-rows-006.html
- test: grid-lanes-intrinsic-sizing-cols-007.html
- test: grid-lanes-intrinsic-sizing-cols-004-fr.html
- test: grid-lanes-intrinsic-sizing-rows-002-fr.html
- test: grid-lanes-intrinsic-sizing-rows-007.html
- test: grid-lanes-intrinsic-sizing-rows-001-fr.html
- test: grid-lanes-intrinsic-sizing-cols-001-fr.html
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1997739
results:
- test: grid-lanes-intrinsic-sizing-cols-006.html
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1915336
results:
- test: grid-lanes-intrinsic-sizing-cols-005.html
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1955177
results:
- test: grid-lanes-intrinsic-sizing-rows-004-mix2.html
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1998561
results:
- test: grid-lanes-intrinsic-sizing-rows-004-fr.html
27 changes: 27 additions & 0 deletions css/css-grid/grid-lanes/tentative/item-placement/META.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
links:
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1884474
results:
- test: grid-lanes-item-placement-001.html
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1991204
results:
- test: grid-lanes-item-placement-003.html
- test: grid-lanes-item-placement-002.html
- test: grid-lanes-item-placement-006.html
- test: grid-lanes-item-placement-007.html
- test: grid-lanes-item-placement-008.html
- test: grid-lanes-rows-with-grid-width-changed.html
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1993995
results:
- test: column-negative-margin-001.html
- test: row-negative-margin-001.html
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1955166
results:
- test: grid-lanes-item-placement-005.html
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1955167
results:
- test: grid-lanes-item-placement-004.html
Loading
Loading