-
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 1844251 [wpt PR 41101] - Update wpt metadata, a=testonly
wpt-pr: 41101 wpt-type: metadata UltraBlame original commit: 91476402681ab6cb11044046498d2f2b7834fa85
- Loading branch information
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
testing/web-platform/meta/css/css-text/parsing/text-autospace-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,15 @@ | ||
[text-autospace-computed.html] | ||
[Property text-autospace value 'normal'] | ||
expected: FAIL | ||
|
||
[Property text-autospace value 'no-autospace'] | ||
expected: FAIL | ||
|
||
[Property text-autospace value 'auto'] | ||
expected: FAIL | ||
|
||
[Property text-autospace value 'ideograph-alpha'] | ||
expected: FAIL | ||
|
||
[Property text-autospace value 'ideograph-numeric'] | ||
expected: FAIL |
30 changes: 30 additions & 0 deletions
30
testing/web-platform/meta/css/css-text/parsing/text-autospace-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,30 @@ | ||
[text-autospace-valid.html] | ||
[e.style['text-autospace'\] = "normal" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['text-autospace'\] = "no-autospace" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['text-autospace'\] = "auto" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['text-autospace'\] = "ideograph-alpha" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['text-autospace'\] = "ideograph-numeric" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['text-autospace'\] = "ideograph-alpha ideograph-numeric" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['text-autospace'\] = "punctuation" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['text-autospace'\] = "punctuation normal" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['text-autospace'\] = "punctuation ideograph-alpha" should set the property value] | ||
expected: FAIL | ||
|
||
[e.style['text-autospace'\] = "punctuation ideograph-alpha ideograph-numeric" should set the property value] | ||
expected: FAIL |