Bug 199041

Summary: Web Inspector: REGRESSION: Styles: modifications aren't preserved when closing and reopening Web Inspector
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Nikita Vasilyev <nvasilyev>
Status: ASSIGNED ---    
Severity: Normal CC: hi, inspector-bugzilla-changes, nvasilyev, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Description Devin Rousso 2019-06-19 16:57:29 PDT
# STEPS TO REPRODUCE:
1. inspect any page
2. add a CSS property to any rule on the page
3. close Web Inspector
4. reopen Web Inspector
 => the CSS property added in 2 cannot be found, but the style is still in effect (e.g. `color: red;` still changes the page's text color, even though it's not visible in the Styles sidebar)
Comment 1 Radar WebKit Bug Importer 2019-06-19 16:57:45 PDT
<rdar://problem/51920404>
Comment 2 Nikita Vasilyev 2019-06-19 17:04:08 PDT
Hm, I suppose I can use localStorage to handle this case.