[wpt-sync] Sync PR 38453 - view-transition: Fix viewport transform computation for inlines.
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38453 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38453
Details from upstream follow.
Khushal Sagar <khushalsagar@chromium.org> wrote:
view-transition: Fix viewport transform computation for inlines.
Ensure we create a paint offset translation for elements with inline
layout. This is required to correctly compute their viewport space
transform.The testcase in this patch still fails because size computation: border
box and overflow rect, still needs to be fixed. We currently use
ResizeObserver code for this which ignores inlines.Bug:1414855
Change-Id: Ie9dd168000c6b340dafaf1ffbc95995219dcc139
Reviewed-on: https://chromium-review.googlesource.com/4240620
WPT-Export-Revision: e42567d25b14d639ff994b123f992691d44bfbf2
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
FAIL
: 2
Chrome
FAIL
: 2
Safari
FAIL
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-view-transitions/new-content-captures-positioned-spans.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-view-transitions/new-content-captures-spans.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/16d6e9a055a2
https://hg.mozilla.org/mozilla-central/rev/0a287bbca16d
Description
•