[wpt-sync] Sync PR 24109 - Parse text-decoration-thickness as part of text-decoration shorthand
Categories
(Core :: Layout: Text and Fonts, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24109 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24109
Details from upstream follow.
Dominik Röttsches <drott@chromium.org> wrote:
Parse text-decoration-thickness as part of text-decoration shorthand
Still a couple of clarifications required for the computed style value,
see issue 1093826.Bug: 1093827
Change-Id: I391225c383818318c9d22e6c96e3a3c4b9ebb6d1
Reviewed-on: https://chromium-review.googlesource.com/2241677
WPT-Export-Revision: 37fff7d17d65fbc55d2709c82a0c8a9f5a37f944
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 12 subtests
Status Summary
Firefox
OK : 3
PASS: 28
FAIL: 4
Chrome
OK : 3
PASS: 8
FAIL: 24
Safari
OK : 3
PASS: 2
FAIL: 30
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-text-decor/parsing/text-decoration-valid.html
e.style['text-decoration'] = "overline green from-font" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-text-decor/parsing/text-decoration-computed.html
Property text-decoration value '10px': FAIL (Chrome: FAIL, Safari: FAIL)
Property text-decoration value 'underline red from-font': FAIL (Chrome: FAIL, Safari: FAIL)
Property text-decoration value 'from-font': FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d5c7bacfde62
https://hg.mozilla.org/mozilla-central/rev/7dda7644ffe1
Description
•