New wpt failures in /css/cssom-view/ [client-props-zoom.html, scroll-zoom.html]
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Assigned: emilio)
References
Details
(Whiteboard: [wpt], [wptsync upstream])
Attachments
(3 files)
Syncing wpt PR 43953 found new untriaged test failures in CI
Tests Affected
Firefox-only failures
- /css/cssom-view/client-props-zoom.html [wpt.fyi]
- Client properties for elements with css zoom 1:
FAIL
- Client properties for elements with css zoom 1:
- /css/cssom-view/scroll-zoom.html [wpt.fyi]
- scroll properties for elements with css zoom 1:
FAIL
- scroll properties for elements with css zoom 1:
CI Results
Missing results from treeherder
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1874310 lands.
Note: this bug is for tracking fixing the issues and is not
owned by the wpt sync bot.
This bug is linked to the relevant tests by an annotation in
https://github.com/web-platform-tests/wpt-metadata. These annotations
can be edited using the wpt interop dashboard
https://jgraham.github.io/wptdash/
If this bug is split into multiple bugs, please also update the
annotations, otherwise we are unable to track which wpt issues are
already triaged. Resolving as duplicate or closing this issue should
be cause the bot to automatically update or remove the annotation.
Comment 1•2 years ago
|
||
The pull request that added this WPT (upstream) references this google doc for more info (title "DOM APIs affected by CSS zoom"):
https://docs.google.com/document/d/1AcnDShjT-kEuRaMchZPm5uaIgNZ4OiYtM4JI9qiV8Po/edit
| Assignee | ||
Comment 2•2 years ago
|
||
Yup, this is a known thing to fix before shipping. Thanks!
| Assignee | ||
Comment 3•2 years ago
|
||
Also extend scroll-zoom to cover scroll{Top,Left,To,By}, since that was
completely untested.
Updated•2 years ago
|
| Assignee | ||
Comment 4•2 years ago
|
||
This the "body propagated to root" case to also set aFrame.
This doesn't change behavior for current callers, but would be useful to
simplify the following patches.
| Assignee | ||
Comment 5•2 years ago
|
||
This makes the next patch simpler too. No behavior change.
| Reporter | ||
Comment 7•2 years ago
|
||
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Comment 9•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
Comment 10•2 years ago
|
||
Comment 11•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6e353a8663db
https://hg.mozilla.org/mozilla-central/rev/1557fda26451
https://hg.mozilla.org/mozilla-central/rev/fbf03aba7e9d
| Reporter | ||
Comment 12•2 years ago
|
||
Description
•