Skip to content

Commit

Permalink
Bug 1844251 [wpt PR 41101] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 41101
wpt-type: metadata

UltraBlame original commit: 91476402681ab6cb11044046498d2f2b7834fa85
  • Loading branch information
marco-c committed Jul 24, 2023
1 parent e93ab15 commit 9d73153
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
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
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

0 comments on commit 9d73153

Please sign in to comment.