Skip to content

Commit 0462b0e

Browse files
Run curl -s -S https://wpt.fyi/api/manifest?sha=latest >> go_test/MANIFEST.json
1 parent 9d6c490 commit 0462b0e

File tree

16 files changed

+3292
-3164
lines changed

16 files changed

+3292
-3164
lines changed
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
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'
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
links:
2+
- product: firefox
3+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1987479
4+
results:
5+
- test: row-grid-lanes-out-of-flow-003.html
6+
- test: column-grid-lanes-out-of-flow-003.html
7+
- product: firefox
8+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1987752
9+
results:
10+
- test: row-grid-lanes-positioned-item-dynamic-change.html
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
links:
2+
- product: firefox
3+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1993591
4+
results:
5+
- test: column-grid-lanes-justify-self-002.html
6+
- test: row-grid-lanes-alignment-positioned-items-002.html
7+
- test: row-grid-lanes-align-self-002.html
8+
- test: column-grid-lanes-alignment-positioned-items-003.html
9+
- test: row-grid-lanes-align-self-001.html
10+
- test: row-grid-lanes-alignment-positioned-items-003.html
11+
- test: row-grid-lanes-alignment-positioned-items-001.html
12+
- test: column-grid-lanes-alignment-positioned-items-002.html
13+
- test: column-grid-lanes-alignment-positioned-items-004.html
14+
- test: column-grid-lanes-justify-self-001.html
15+
- test: row-grid-lanes-align-self-003.html
16+
- test: column-grid-lanes-alignment-positioned-items-001.html
17+
- test: column-grid-lanes-justify-self-003.html
18+
- test: row-grid-lanes-alignment-positioned-items-004.html
19+
- product: firefox
20+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1991204
21+
results:
22+
- test: grid-lanes-justify-content-004.html
23+
- test: grid-lanes-align-content-001.html
24+
- test: grid-lanes-justify-content-002.html
25+
- test: grid-lanes-align-content-002.html
26+
- test: grid-lanes-align-content-004.html
27+
- test: grid-lanes-justify-content-001.html
28+
- test: grid-lanes-justify-content-003.html
29+
- product: firefox
30+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1972618
31+
results:
32+
- test: grid-lanes-align-content-003.html
33+
- product: firefox
34+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=2000655
35+
results:
36+
- test: column-overflow-alignment-001.html
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
links:
2+
- product: firefox
3+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1991204
4+
results:
5+
- test: grid-lanes-gap-001.html
6+
- product: firefox
7+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1915334
8+
results:
9+
- test: grid-lanes-gap-002.html
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
links:
2+
- product: firefox
3+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1991204
4+
results:
5+
- test: grid-lanes-grid-placement-named-lines-001.html
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
links:
2+
- product: firefox
3+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1972618
4+
results:
5+
- test: grid-lanes-intrinsic-sizing-rows-003-mix2.html
6+
- test: grid-lanes-intrinsic-sizing-rows-001-mix1.html
7+
- test: grid-lanes-intrinsic-sizing-rows-004-mix1.html
8+
- test: grid-lanes-intrinsic-sizing-rows-005.html
9+
- test: grid-lanes-intrinsic-sizing-rows-003-auto.html
10+
- test: grid-lanes-intrinsic-sizing-cols-002-auto.html
11+
- test: grid-lanes-intrinsic-sizing-cols-004-mix2.html
12+
- test: grid-lanes-intrinsic-sizing-cols-003-auto.html
13+
- test: grid-lanes-intrinsic-sizing-cols-002-mix2.html
14+
- test: grid-lanes-intrinsic-sizing-cols-003-mix1.html
15+
- test: grid-lanes-intrinsic-sizing-rows-001-mix2.html
16+
- test: grid-lanes-intrinsic-sizing-cols-001-mix1.html
17+
- test: grid-lanes-intrinsic-sizing-cols-001-mix2.html
18+
- test: grid-lanes-intrinsic-sizing-cols-002-fr.html
19+
- test: grid-lanes-intrinsic-sizing-cols-001-auto.html
20+
- test: grid-lanes-intrinsic-sizing-cols-003-fr.html
21+
- test: grid-lanes-intrinsic-sizing-cols-003-mix2.html
22+
- test: grid-lanes-intrinsic-sizing-rows-002-auto.html
23+
- test: grid-lanes-intrinsic-sizing-cols-002-mix1.html
24+
- test: grid-lanes-intrinsic-sizing-rows-001-auto.html
25+
- test: grid-lanes-intrinsic-sizing-rows-002-mix1.html
26+
- test: grid-lanes-intrinsic-sizing-rows-004-auto.html
27+
- test: grid-lanes-intrinsic-sizing-cols-004-auto.html
28+
- test: grid-lanes-intrinsic-sizing-rows-003-mix1.html
29+
- test: grid-lanes-intrinsic-sizing-cols-004-mix1.html
30+
- test: grid-lanes-intrinsic-sizing-rows-002-mix2.html
31+
- product: firefox
32+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1991204
33+
results:
34+
- test: grid-lanes-intrinsic-sizing-cols-004-fr.html
35+
- test: grid-lanes-intrinsic-sizing-rows-003-fr.html
36+
- test: grid-lanes-intrinsic-sizing-cols-007.html
37+
- test: grid-lanes-intrinsic-sizing-cols-001-fr.html
38+
- test: grid-lanes-intrinsic-sizing-rows-002-fr.html
39+
- test: grid-lanes-intrinsic-sizing-rows-006.html
40+
- test: grid-lanes-intrinsic-sizing-rows-001-fr.html
41+
- test: grid-lanes-intrinsic-sizing-rows-007.html
42+
- product: firefox
43+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1915336
44+
results:
45+
- test: grid-lanes-intrinsic-sizing-cols-005.html
46+
- product: firefox
47+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1955177
48+
results:
49+
- test: grid-lanes-intrinsic-sizing-rows-004-mix2.html
50+
- product: firefox
51+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1998561
52+
results:
53+
- test: grid-lanes-intrinsic-sizing-rows-004-fr.html
54+
- product: firefox
55+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1997739
56+
results:
57+
- test: grid-lanes-intrinsic-sizing-cols-006.html
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
links:
2+
- product: firefox
3+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1955166
4+
results:
5+
- test: grid-lanes-item-placement-005.html
6+
- product: firefox
7+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1993995
8+
results:
9+
- test: column-negative-margin-001.html
10+
- product: firefox
11+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1991204
12+
results:
13+
- test: grid-lanes-item-placement-007.html
14+
- test: grid-lanes-item-placement-008.html
15+
- test: grid-lanes-rows-with-grid-width-changed.html
16+
- test: grid-lanes-item-placement-006.html
17+
- test: grid-lanes-item-placement-002.html
18+
- test: grid-lanes-item-placement-003.html
19+
- product: firefox
20+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1955167
21+
results:
22+
- test: grid-lanes-item-placement-004.html
23+
- product: firefox
24+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1884474
25+
results:
26+
- test: grid-lanes-item-placement-001.html

css/css-grid/masonry/tentative/META.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

css/css-grid/masonry/tentative/abspos/META.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

css/css-grid/masonry/tentative/alignment/META.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)