Skip to content

Commit

Permalink
Gecko sync update
Browse files Browse the repository at this point in the history
  • Loading branch information
moz-wptsync-bot authored and github-actions[bot] committed Sep 2, 2023
1 parent 5dbb78e commit 17b0b52
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions css/css-text/parsing/META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,24 @@ links:
- subtest: Property white-space value 'nowrap preserve-breaks'
test: white-space-shorthand.html
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1851312
- product: firefox
results:
- subtest: e.style['text-wrap'] = "wrap" should set the property value
test: text-wrap-valid.html
- subtest: e.style['text-wrap'] = "nowrap" should set the property value
test: text-wrap-valid.html
- subtest: e.style['text-wrap'] = "balance" should set the property value
test: text-wrap-valid.html
- subtest: e.style['text-wrap'] = "pretty" should set the property value
test: text-wrap-valid.html
- subtest: e.style['text-wrap'] = "initial" should set the property value
test: text-wrap-valid.html
- subtest: e.style['text-wrap'] = "inherit" should set the property value
test: text-wrap-valid.html
- subtest: e.style['text-wrap'] = "unset" should set the property value
test: text-wrap-valid.html
- subtest: e.style['text-wrap'] = "revert" should set the property value
test: text-wrap-valid.html
- subtest: e.style['text-wrap'] = "revert-layer" should set the property value
test: text-wrap-valid.html
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1851315

0 comments on commit 17b0b52

Please sign in to comment.