-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1913396 [wpt PR 47631] - Update wpt metadata, a=testonly
wpt-pr: 47631 wpt-type: metadata
- Loading branch information
1 parent
86661fb
commit 7a0d35f
Showing
1 changed file
with
69 additions
and
0 deletions.
There are no files selected for viewing
69 changes: 69 additions & 0 deletions
69
...atform/meta/css/css-grid/masonry/tentative/parsing/masonry-template-tracks-valid.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
[masonry-template-tracks-valid.html] | ||
[e.style['masonry-template-tracks'\] = "auto" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "10px" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "20%" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "calc(-0.5em + 10px)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "calc(0.5em + 10px)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "calc(30% + 40vw)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "5FR" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "min-content" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "Max-Content" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "AuTo" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "1fr 2fr 1fr" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "minmax(10px, auto)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "minmax(20%, max-content)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "minmax(calc(-0.5em + 10px), min-content)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "minmax(calc(0.5em + 10px), 5fr)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "minmax(calc(30% + 40vw), 10px)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "minmax(min-content, 20%)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "minmax(max-content, calc(-0.5em + 10px))" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "minmax(auto, calc(0.5em + 10px))" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "repeat(5, auto)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "repeat(auto-fill, 25%)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "[\] 150px [\] 1fr [\]" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['masonry-template-tracks'\] = "repeat(1, [\] 10px [\])" should set the property value] | ||
expected: FAIL |