Closed
Bug 1696118
Opened 4 years ago
Closed 2 years ago
Add a test for breaking on DOM mutation in shadow DOM
Categories
(DevTools :: Debugger, task, P3)
DevTools
Debugger
Tracking
(firefox114 fixed)
RESOLVED
FIXED
114 Branch
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: jdescottes, Assigned: emilio)
References
Details
Attachments
(1 file)
Bug 1694548 fixed DOM mutation breakpoints in shadow DOM. We should add a new test to cover this.
| Assignee | ||
Comment 1•2 years ago
|
||
Turns out this never worked because of the document.contains() check.
Updated•2 years ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f539d9f52682
Fix and add a test for dom mutation breakpoints in shadow dom. r=jdescottes,devtools-reviewers
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•