Bug 196560 - Web Inspector: Debugger: execution highlight range for inline scripts is off by one
Summary: Web Inspector: Debugger: execution highlight range for inline scripts is off ...
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: InRadar
Depends on:
Blocks:
 
Reported: 2019-04-03 14:01 PDT by Devin Rousso
Modified: 2019-04-03 14:01 PDT (History)
3 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-04-03 14:01:00 PDT
# STEPS TO REPRODUCE:
1. inspect <https://www.sephora.com>
2. set a breakpoint on the main HTML file on line 45 (the one that contains `Sephora.isTouch=`)
3. reload the page
 => the execution highlight range starts by highlighting `use strict";!` instead of `"use strict";`
Comment 1 Radar WebKit Bug Importer 2019-04-03 14:01:34 PDT
<rdar://problem/49572185>