[wpt-sync] Sync PR 32955 - InterpolableLength::CreateLength should create a fixed length when without percentage
Categories
(Core :: Layout: Images, Video, and HTML Frames, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32955 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32955
Details from upstream follow.
Xiaocheng Hu <xiaochengh@chromium.org> wrote:
InterpolableLength::CreateLength should create a fixed length when without percentage
When an InterpolableLength is an expression without percentage, it can
still create a fixed length when a CSSToLengthConversionData is
provided.This patch fixes the bug that an unresolved length (represented as an
expression with pixels, percentages and operations) is returned in this
situation.Fixed: 1299361
Change-Id: Ib9ca8c465a495fdd0d1d00f5b0d8b6f3b62c5d02
Reviewed-on: https://chromium-review.googlesource.com/3485581
WPT-Export-Revision: 7175cf70d34ca86e00e77667d5524653899046f0
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 316 subtests
Status Summary
Firefox
OK : 1
PASS: 316
Chrome
OK : 1
PASS: 304
FAIL: 12
Safari
OK : 1
PASS: 316
Links
Comment 5•3 years ago
|
||
bugherder |
Description
•