[Webkit-unassigned] [Bug 201538] New: Web Inspector: Network: Error response headers summary has wrong color border

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 6 01:34:51 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=201538

            Bug ID: 201538
           Summary: Web Inspector: Network: Error response headers summary
                    has wrong color border
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: inspector-bugzilla-changes at group.apple.com

Network: Error response headers summary has wrong color border

Steps to Reproduce:
1. Inspect <http://example.com>
2. js> fetch("test")
3. Show Network tab
4. Select "test" request
5. Show Headers pane
  => summary section has green border but red text

Notes
• `body[dir] .resource-details > section.error > .details` gets overridden by
• `body[dir] .resource-headers > section.summary > .details` which comes later in CSS

Lets make resource-headers re-apply the error case to avoid additional specificity issues.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190906/13058547/attachment-0001.html>


More information about the webkit-unassigned mailing list