Bug 203748
Summary: | Web Inspector: REGRESSION(r249831): hitting a breakpoint in an inline <script> doesn't show the surrounding HTML content | ||
---|---|---|---|
Product: | WebKit | Reporter: | Devin Rousso <hi> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | hi, inspector-bugzilla-changes |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=203722 | ||
Bug Depends on: | 201535 | ||
Bug Blocks: |
Devin Rousso
# STEPS TO REPRODUCE:
1. inspect any page with an inline <script>
2. set a breakpoint in that <script>
3. reload
=> <script> content is shown, but none of the surrounding content (e.g. `<html>`, `<body>`, etc.) are shown
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |