[wpt-sync] Sync PR 22230 - Make computedStyleMap return the computed value for lineHeight
Categories
(Core :: DOM: CSS Object Model, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 22230 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/22230
Details from upstream follow.
George Steel <gtsteel@google.com> wrote:
Make computedStyleMap return the computed value for lineHeight
It previously returned the resolved value as produced by
ValueForLineHeight (this property is unique in that the computed and
resolved values differ even without a layout object).
Introduce another serializer ComputedValueForLineHeight which produces
the actual computed value.Change-Id: Ic27d9a4fe7c67cbbb577ec4e4efed14a88a846c9
Reviewed-on: https://chromium-review.googlesource.com/2101858
WPT-Export-Revision: c2577edbae71184b3b293af156bd05e8cc66f4f2
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 47 tests
Status Summary
Firefox
PASS : 46
ERROR: 1
Chrome
OK : 1
PASS : 9
FAIL : 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-typed-om/the-stylepropertymap/properties/line-height.html: ERROR (Chrome: OK)
Comment 4•5 years ago
|
||
bugherder |
Description
•