[wpt-sync] Sync PR 39989 - view-transitions: Add WPT for exit transitions with LayoutObjects.
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39989 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39989
Details from upstream follow.
Khushal Sagar <khushalsagar@chromium.org> wrote:
view-transitions: Add WPT for exit transitions with LayoutObjects.
Before [1], ViewTransition had a bug which would incorrectly assume that
a PaintLayer generating anonymous LayoutObject corresponds to a node
which is participating in a ViewTransition.While the previous patch fixed this bug, it was intended to be a no-op.
This change adds a test to ensure the error case is covered in VT WPTs.Fixed:1443134
Change-Id: I259fdda6d4e49464cedb28c9b6c120d35ec998d0
Reviewed-on: https://chromium-review.googlesource.com/4528215
WPT-Export-Revision: b1b3b78191ff86fa05ebcce325e1c6cae7156717
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
FAIL
: 1
Chrome
PASS
: 1
Safari
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-view-transitions/exit-transition-with-anonymous-layout-object.html [wpt.fyi]:
FAIL
(Chrome:PASS
, Safari:FAIL
)
Comment 4•1 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4d198a43ac08
https://hg.mozilla.org/mozilla-central/rev/48c5b590793d
Description
•