Closed
Bug 1877868
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 44335 - Split out `text-wrap: pretty` parsing tests
Categories
(Core :: Layout: Text and Fonts, task, P4)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44335 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44335
Details from upstream follow.
Tim Nguyen <ntim@apple.com> wrote:
Split out
text-wrap: pretty
parsing tests
text-wrap: balance
tests are part of Interop 2024 and should not cover the pretty value
Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → Layout: Text and Fonts
Product: Testing → Core
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=906449d320a61ded9fd1ca6c7c290f2864d9287f
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 22 subtests
Status Summary
Firefox
OK
: 5
PASS
: 52
FAIL
: 12
Chrome
OK
: 5
PASS
: 13
FAIL
: 51
Safari
OK
: 5
PASS
: 52
FAIL
: 12
Links
Details
New Tests That Don't Pass
- /css/css-text/parsing/text-wrap-pretty.html [wpt.fyi]
- e.style['text-wrap'] = "pretty" should set the property value:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['text-wrap'] = "wrap pretty" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['text-wrap'] = "pretty wrap" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['text-wrap'] = "nowrap pretty" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['text-wrap'] = "pretty nowrap" 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
) - Property text-wrap value 'pretty':
FAIL
(Chrome:PASS
, Safari:FAIL
) - Property text-wrap value 'wrap pretty':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property text-wrap value 'pretty wrap':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property text-wrap value 'nowrap pretty':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property text-wrap value 'pretty nowrap':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property text-wrap-style value 'pretty':
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- e.style['text-wrap'] = "pretty" should set the property value:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/006371e55fd6
[wpt PR 44335] - Split out `text-wrap: pretty` parsing tests, a=testonly
https://hg.mozilla.org/integration/autoland/rev/1b0a83ef219a
[wpt PR 44335] - Update wpt metadata, a=testonly
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/006371e55fd6
https://hg.mozilla.org/mozilla-central/rev/1b0a83ef219a
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•