NEW 220132
Web Inspector: Search in Element tab should match elements in closed Shadow DOM
https://bugs.webkit.org/show_bug.cgi?id=220132
Summary Web Inspector: Search in Element tab should match elements in closed Shadow DOM
Tim Guan-tin Chien [:timdream]
Reported 2020-12-23 16:37:04 PST
Created attachment 416732 [details] only matches <script> STR: 1. Load this URL, which creates a closed Shadow DOM with a <span> data:text/html,<script>window.onload = () => { let sr = document.body.attachShadow({mode: "closed"}); sr.innerHTML = "<span class=match>match me</span>";</script> 2. Open element inspector, click on <head> 3. Cmd+F and type "match" Expected: 1. There should be two matches, <script> and the <span> in the closed Shadow DOM. Actual: 1. It only matches <script> in the document DOM. Note: STP 116.
Attachments
only matches <script> (609.39 KB, image/png)
2020-12-23 16:37 PST, Tim Guan-tin Chien [:timdream]
no flags
Radar WebKit Bug Importer
Comment 1 2020-12-23 16:37:29 PST
Note You need to log in before you can comment on or make changes to this bug.