<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Sometimes CSS resources don't update after editing via Styles panel"
   href="https://bugs.webkit.org/show_bug.cgi?id=143244#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Sometimes CSS resources don't update after editing via Styles panel"
   href="https://bugs.webkit.org/show_bug.cgi?id=143244">bug 143244</a>
              from <span class="vcard"><a class="email" href="mailto:nvasilyev&#64;apple.com" title="Nikita Vasilyev &lt;nvasilyev&#64;apple.com&gt;"> <span class="fn">Nikita Vasilyev</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=254324" name="attach_254324" title="Animated GIF of the problem 2">attachment 254324</a> <a href="attachment.cgi?id=254324&amp;action=edit" title="Animated GIF of the problem 2">[details]</a></span>
Animated GIF of the problem 2

Assertion failed:
markAsNeedsRefresh                                    StyleDetailsPanel.js:82
visibilityDidChange                                    CSSStyleDetailsSidebarPanel.js:128
removeSidebarPanel                                    Sidebar.js:97
showDetailsSidebarPanels                            ContentBrowserTabContentView.js:166
dispatch                                            Object.js:123
dispatchEventToListeners                            Object.js:130
_dispatchCurrentRepresentedObjectsDidChangeEvent    ContentBrowser.js:462
_currentContentViewDidChange                        ContentBrowser.js:503
dispatch                                            Object.js:123
dispatchEventToListeners                            Object.js:130
closeAllContentViewsContentView                        Container.js:389
_showDOMTreeContentView                                ElementsTabContentView.js:88
_mainResourceDidChange                                ElementsTabContentView.js:105
dispatch                                            Object.js:123
dispatchEventToListeners                            Object.js:138
_dispatchMainResourceDidChangeEvent                    Frame.js:473
commitProvisionalLoad                                Frame.js:137
frameDidNavigate                                    FrameResourceManager.js:104
frameNavigated                                        PageObserver.js:41
dispatchEvent                                        InspectorBackend.js:352
_dispatchEvent                                        InspectorBackend.js:232
dispatch                                            InspectorBackend.js:87
dispatchNextQueuedMessageFromBackend                MessageDispatcher.js:41

Assertion failed:
_stopTracking                                        CodeMirrorTokenTrackingController.js:201
enabled                                                CodeMirrorTokenTrackingController.js:80
editingControllerDidStartEditing                    SourceCodeTextEditor.js:1649
hoverMenuButtonWasPressed                            CodeMirrorEditingController.js:172
_handleClickEvent                                    HoverMenu.js:98
handleEvent                                            HoverMenu.js:84





index.html:

&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot;/&gt;
&lt;/head&gt;
&lt;body&gt; blah &lt;/body&gt;
&lt;/html&gt;


style.css:

body {
    background: #000;
    color: #CCC;
}</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>