Bug 196560

Summary: Web Inspector: Debugger: execution highlight range for inline scripts is off by one
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: hi, inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

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>