[wpt-sync] Sync PR 49231 - [Selection API] Add DOM mutation removal test
Categories
(Core :: DOM: Selection, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox135 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49231 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49231
Details from upstream follow.
Di Zhang <dizhangg@chromium.org> wrote:
[Selection API] Add DOM mutation removal test
Add nested shadow host case.
Change-Id: Iebf8f6dfc52b7c5274b29946b6389f7ad717759f
Bug: 40286116
Reviewed-on: https://chromium-review.googlesource.com/6026955
WPT-Export-Revision: e30c6f61137d23650f49fb2ab801f3e0708186aa
| 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, and Chrome on GitHub CI
Total 2 tests and 6 subtests
Status Summary
Firefox
OK : 2
PASS: 2
FAIL: 10
Chrome
OK : 2
PASS: 12
Links
Details
New Tests That Don't Pass
- /selection/shadow-dom/tentative/Selection-getComposedRanges-dom-mutations-removal.html?mode=open [wpt.fyi]
- Range is fully in shadow tree. Removing shadow host collapses composed StaticRange. Note it does not update previously returned composed StaticRange.:
FAIL(Chrome:PASS) - Range is fully in shadow tree. Removing parent of shadow host collapses composed StaticRange.:
FAIL(Chrome:PASS) - Range is across shadow trees. Replacing shadowRoot content rescopes new composed range to the shadowRoot.:
FAIL(Chrome:PASS) - Range is across shadow trees. Removing ancestor shadow host rescopes composed range end to parent.:
FAIL(Chrome:PASS) - Range is between two light slotted contents. Removing start container rescopes to its parent in light tree.:
FAIL(Chrome:PASS)
- Range is fully in shadow tree. Removing shadow host collapses composed StaticRange. Note it does not update previously returned composed StaticRange.:
- /selection/shadow-dom/tentative/Selection-getComposedRanges-dom-mutations-removal.html?mode=closed [wpt.fyi]
- Range is fully in shadow tree. Removing shadow host collapses composed StaticRange. Note it does not update previously returned composed StaticRange.:
FAIL(Chrome:PASS) - Range is fully in shadow tree. Removing parent of shadow host collapses composed StaticRange.:
FAIL(Chrome:PASS) - Range is across shadow trees. Replacing shadowRoot content rescopes new composed range to the shadowRoot.:
FAIL(Chrome:PASS) - Range is across shadow trees. Removing ancestor shadow host rescopes composed range end to parent.:
FAIL(Chrome:PASS) - Range is between two light slotted contents. Removing start container rescopes to its parent in light tree.:
FAIL(Chrome:PASS)
- Range is fully in shadow tree. Removing shadow host collapses composed StaticRange. Note it does not update previously returned composed StaticRange.:
Comment 5•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/514128ec912c
https://hg.mozilla.org/mozilla-central/rev/b61c0a587219
Description
•