-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1936038 [wpt PR 49590] - Update wpt metadata, a=testonly
wpt-pr: 49590 wpt-type: metadata UltraBlame original commit: 11c422854ae9dec17531a5c0585cf9f5a6531ece
- Loading branch information
Showing
2 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
.../web-platform/meta/css/css-gaps/tentative/parsing/gap-decorations-style-computed.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,36 @@ | ||
[gap-decorations-style-computed.html] | ||
[Property column-rule-style value 'dotted dashed solid'] | ||
expected: FAIL | ||
|
||
[Property column-rule-style value 'repeat(10, double)'] | ||
expected: FAIL | ||
|
||
[Property column-rule-style value 'repeat(3, groove) repeat(4, ridge)'] | ||
expected: FAIL | ||
|
||
[Property column-rule-style value 'repeat(auto, solid)'] | ||
expected: FAIL | ||
|
||
[Property column-rule-style value 'repeat(auto, dotted solid inset)'] | ||
expected: FAIL | ||
|
||
[Property column-rule-style value 'repeat(4, none ridge solid) repeat(auto, hidden)'] | ||
expected: FAIL | ||
|
||
[Property column-rule-style value 'inset repeat(auto, solid ridge) repeat(4, none groove hidden)'] | ||
expected: FAIL | ||
|
||
[Property column-rule-style value 'repeat(calc(5 + 3), ridge)'] | ||
expected: FAIL | ||
|
||
[Property column-rule-style value 'repeat(4, dotted double dashed) repeat(auto, solid) ridge'] | ||
expected: FAIL | ||
|
||
[Property column-rule-style value 'repeat(4, dotted double dashed) repeat(auto, solid) repeat(4, none groove hidden)'] | ||
expected: FAIL | ||
|
||
[Property column-rule-style value 'ridge repeat(auto, solid)'] | ||
expected: FAIL | ||
|
||
[Property column-rule-style value 'ridge repeat(auto, solid) ridge'] | ||
expected: FAIL |
42 changes: 42 additions & 0 deletions
42
...ing/web-platform/meta/css/css-gaps/tentative/parsing/gap-decorations-style-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,42 @@ | ||
[gap-decorations-style-valid.html] | ||
[e.style['column-rule-style'\] = "repeat(4, dotted)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['column-rule-style'\] = "repeat(3, dashed double dotted)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['column-rule-style'\] = "repeat(1, dashed double dotted solid)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['column-rule-style'\] = "repeat(4, double)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['column-rule-style'\] = "dotted ridge" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['column-rule-style'\] = "dotted dashed solid groove ridge" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['column-rule-style'\] = "repeat(3, groove) repeat(4, ridge)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['column-rule-style'\] = "inset repeat(3, ridge) none repeat(4, groove hidden dashed)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['column-rule-style'\] = "repeat(4, none ridge solid) repeat(5, hidden) double" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['column-rule-style'\] = "repeat(auto, solid)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['column-rule-style'\] = "repeat(auto, dotted solid inset)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['column-rule-style'\] = "repeat(auto, dashed groove) ridge" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['column-rule-style'\] = "repeat(4, dotted double dashed) repeat(auto, solid)" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['column-rule-style'\] = "inset repeat(auto, solid ridge) repeat(4, none groove hidden)" should set the property value] | ||
expected: FAIL |