Closed
Bug 2016738
Opened 2 months ago
Closed 2 months ago
Add wdspec test to check that UA shadow root is not serialized
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Remote Protocol
WebDriver BiDi
Tracking
(firefox149 fixed)
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
(Whiteboard: [webdriver:m19])
Attachments
(1 file)
Add a test to validate Bug 2016673.
Some user agent widgets are implemented using shadow DOM (eg select, video).
But they are not cross browser and should not be leaked by BiDi. Bug 2016673 fixes the serialization logic to avoid including UA shadow roots.
We can add a wdspec test dedicated to that.
| Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Updated•2 months ago
|
Component: DOM: Core & HTML → WebDriver BiDi
Product: Core → Remote Protocol
Pushed by jdescottes@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/0f8ad80a85e2
https://hg.mozilla.org/integration/autoland/rev/fabcb3b41f64
[wdspec] Add browsingContext.locateNodes test to check user agent shadow roots are not returned r=Sasha
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/57833 for changes under testing/web-platform/tests
Comment 4•2 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
| Assignee | ||
Updated•1 month ago
|
Points: --- → 1
Priority: -- → P3
Whiteboard: [webdriver:m19]
Comment 5•1 month ago
|
||
(In reply to Web Platform Test Sync Bot [:wpt-sync] (Matrix: #interop:mozilla.org) from comment #3)
Created web-platform-tests PR
https://github.com/web-platform-tests/wpt/pull/57833 for changes under
testing/web-platform/tests
The upstream sync got actually merged.
You need to log in
before you can comment on or make changes to this bug.
Description
•