[wpt-sync] Sync PR 47956 - Replace GetFloatValue with Compute* with length resolver for zoom
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47956 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47956
Details from upstream follow.
Daniil Sakhapov <sakhapov@chromium.org> wrote:
Replace GetFloatValue with Compute* with length resolver for zoom
Bug: 40946458
Change-Id: If2d5916fbc0f10b78ca228271b954717767143ae
Reviewed-on: https://chromium-review.googlesource.com/5833871
WPT-Export-Revision: c61b7a4d62faf3dedbe0f51c1f6b1362b6abaea4
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 1•7 months ago
|
||
Assignee | ||
Comment 2•7 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 2
Chrome
OK
: 1
FAIL
: 2
Safari
OK
: 1
FAIL
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-viewport/zoom/zoom-with-sign-function.html [wpt.fyi]
- calc(sign(1em - 1px) * 2) should be used-value-equivalent to 2:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - calc(sign(1em - 1px) * 2%) should be used-value-equivalent to 2%:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- calc(sign(1em - 1px) * 2) should be used-value-equivalent to 2:
Comment 4•6 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/824b8c4c0bae
https://hg.mozilla.org/mozilla-central/rev/7d079afb7713
Description
•