[wpt-sync] Sync PR 45874 - Keep pseudo-elements during moveBefore
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45874 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45874
Details from upstream follow.
Noam Rosenthal <nrosenthal@chromium.org> wrote:
Keep pseudo-elements during moveBefore
This happens by default since we don't detach the layout,
but this CL removes the assertions that the psuedo-elements are gone.Bug: 40150299
Change-Id: I6200dd8ff0902b1e0d2950009ce46f51f53eda59
Reviewed-on: https://chromium-review.googlesource.com/5481991
WPT-Export-Revision: e7c13b11b4dc3fe5343a16a4aaa9e55d16cd34f9
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK : 2
FAIL: 2
Chrome
OK : 2
FAIL: 2
Safari
OK : 2
FAIL: 2
Links
Details
New Tests That Don't Pass
- /dom/nodes/moveBefore/tentative/continue-css-transition-left-pseudo.html [wpt.fyi]
- Node.moveBefore should preserve CSS transition state on pseudo-elements (left):
FAIL(Chrome:FAIL, Safari:FAIL)
- Node.moveBefore should preserve CSS transition state on pseudo-elements (left):
- /dom/nodes/moveBefore/tentative/continue-css-transition-transform-pseudo.html [wpt.fyi]
- Node.moveBefore should preserve CSS transition state on pseudo-elements (transform):
FAIL(Chrome:FAIL, Safari:FAIL)
- Node.moveBefore should preserve CSS transition state on pseudo-elements (transform):
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/fda1af5d783f
https://hg.mozilla.org/mozilla-central/rev/7e1de863d964
Description
•