Bug 203748 - Web Inspector: REGRESSION(r249831): hitting a breakpoint in an inline <script> doesn't show the surrounding HTML content
Summary: Web Inspector: REGRESSION(r249831): hitting a breakpoint in an inline <script...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 201535
Blocks:
  Show dependency treegraph
 
Reported: 2019-11-01 11:00 PDT by Devin Rousso
Modified: 2019-11-01 11:01 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2019-11-01 11:00:33 PDT
# 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