Skip to content

Commit 44c70d5

Browse files
Bug 1974100 [wpt PR 53400] - Update wpt metadata, a=testonly
wpt-pr: 53400 wpt-type: metadata
1 parent e8c93b9 commit 44c70d5

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[grid-template-columns-repeat-auto-valid.tentative.html]
2+
[e.style['grid-template-columns'\] = "repeat(auto-fill, auto)" should set the property value]
3+
expected: FAIL
4+
5+
[e.style['grid-template-columns'\] = "repeat(auto-fit, auto 100px auto)" should set the property value]
6+
expected: FAIL
7+
8+
[e.style['grid-template-columns'\] = "repeat(auto-fill, minmax(30px, 5fr) [two\] auto)" should set the property value]
9+
expected: FAIL
10+
11+
[e.style['grid-template-columns'\] = "repeat(auto-fit, [three\] auto [four\])" should set the property value]
12+
expected: FAIL
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[grid-template-rows-repeat-auto-valid.tentative.html]
2+
[e.style['grid-template-rows'\] = "repeat(auto-fill, auto)" should set the property value]
3+
expected: FAIL
4+
5+
[e.style['grid-template-rows'\] = "repeat(auto-fit, auto 100px auto)" should set the property value]
6+
expected: FAIL
7+
8+
[e.style['grid-template-rows'\] = "repeat(auto-fill, minmax(30px, 5fr) [two\] auto)" should set the property value]
9+
expected: FAIL
10+
11+
[e.style['grid-template-rows'\] = "repeat(auto-fit, [three\] auto [four\])" should set the property value]
12+
expected: FAIL

0 commit comments

Comments
 (0)