Closed Bug 1861525 Opened 2 years ago Closed 1 year ago

[wpt-sync] Sync PR 42793 - [css-text-4] Add `text-wrap-style` and `text-wrap-mode` parsing tests

Categories

(Core :: Layout: Text and Fonts, task, P4)

task

Tracking

()

RESOLVED FIXED
121 Branch
Tracking Status
firefox121 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 42793 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/42793
Details from upstream follow.

Tim Nguyen <nt1m@users.noreply.github.com> wrote:

[css-text-4] Add text-wrap-style and text-wrap-mode parsing tests

Component: web-platform-tests → Layout: Text and Fonts
Product: Testing → Core

CI Results

Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 8 tests and 9 subtests

Status Summary

Firefox

OK : 8
PASS: 60
FAIL: 54

Chrome

OK : 8
PASS: 64
FAIL: 50

Safari

OK : 8
PASS: 58
FAIL: 56

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /css/css-text/inheritance.html [wpt.fyi]
    • Property hanging-punctuation has initial value none: FAIL (Chrome: FAIL, Safari: PASS)
    • Property hanging-punctuation inherits: FAIL (Chrome: FAIL, Safari: PASS)
    • Property text-align-all has initial value start: FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-align-all inherits: FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap has initial value wrap: FAIL (Chrome: PASS, Safari: FAIL)
    • Property text-wrap inherits: FAIL (Chrome: PASS, Safari: FAIL)
    • Property text-wrap-mode has initial value wrap: FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap-mode inherits: FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap-style has initial value auto: FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap-style inherits: FAIL (Chrome: FAIL, Safari: FAIL)
    • Property white-space-collapse has initial value collapse: FAIL (Chrome: PASS, Safari: FAIL)
    • Property white-space-collapse inherits: FAIL (Chrome: PASS, Safari: FAIL)
  • /css/css-text/parsing/text-wrap-computed.html [wpt.fyi]
    • Property text-wrap value 'wrap': FAIL (Chrome: PASS, Safari: FAIL)
    • Property text-wrap value 'nowrap': FAIL (Chrome: PASS, Safari: FAIL)
    • Property text-wrap value 'auto': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap value 'pretty': FAIL (Chrome: PASS, Safari: FAIL)
    • Property text-wrap value 'wrap auto': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap value 'wrap balance': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap value 'wrap pretty': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap value 'wrap stable': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap value 'auto wrap': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap value 'balance wrap': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap value 'pretty wrap': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap value 'stable wrap': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap value 'nowrap auto': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap value 'nowrap balance': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap value 'nowrap pretty': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap value 'nowrap stable': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap value 'auto nowrap': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap value 'balance nowrap': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap value 'pretty nowrap': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap value 'stable nowrap': FAIL (Chrome: FAIL, Safari: FAIL)
  • /css/css-text/parsing/text-wrap-mode-computed.html [wpt.fyi]
    • Property text-wrap-mode value 'wrap': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap-mode value 'nowrap': FAIL (Chrome: FAIL, Safari: FAIL)
  • /css/css-text/parsing/text-wrap-mode-valid.html [wpt.fyi]
    • e.style['text-wrap-mode'] = "wrap" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['text-wrap-mode'] = "nowrap" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['text-wrap-mode'] = "initial" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['text-wrap-mode'] = "inherit" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['text-wrap-mode'] = "unset" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['text-wrap-mode'] = "revert" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['text-wrap-mode'] = "revert-layer" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
  • /css/css-text/parsing/text-wrap-style-computed.html [wpt.fyi]
    • Property text-wrap-style value 'auto': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap-style value 'balance': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap-style value 'pretty': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property text-wrap-style value 'stable': FAIL (Chrome: FAIL, Safari: FAIL)
  • /css/css-text/parsing/text-wrap-style-valid.html [wpt.fyi]
    • e.style['text-wrap-style'] = "auto" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['text-wrap-style'] = "balance" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['text-wrap-style'] = "pretty" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['text-wrap-style'] = "stable" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['text-wrap-style'] = "initial" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['text-wrap-style'] = "inherit" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['text-wrap-style'] = "unset" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['text-wrap-style'] = "revert" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['text-wrap-style'] = "revert-layer" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d1304fbacc1f [wpt PR 42793] - [css-text-4] Add `text-wrap-style` and `text-wrap-mode` parsing tests, a=testonly https://hg.mozilla.org/integration/autoland/rev/d4867f2b3eb5 [wpt PR 42793] - Update wpt metadata, a=testonly
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4fa39141e62e [wpt PR 42793] - [css-text-4] Add `text-wrap-style` and `text-wrap-mode` parsing tests, a=testonly https://hg.mozilla.org/integration/autoland/rev/4b3a50f233e6 [wpt PR 42793] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in before you can comment on or make changes to this bug.