[Webkit-unassigned] [Bug 196556] New: Web Inspector: DOMDebugger: attribute modified breaks after the modification occurs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 3 13:26:54 PDT 2019


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

            Bug ID: 196556
           Summary: Web Inspector: DOMDebugger: attribute modified breaks
                    after the modification occurs
           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: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

# STEPS TO REPRODUCE:
1. inspect any page
2. go to the Elements tab
3. context menu on the <body>
4. Break on... > Attribute Modified
5. evaluate `document.body.style.setProperty("--a", "0")` in the console
 => JavaScript should pause on a Console Evaluation with the above code highlighted
6. go to the Elements tab
 => the <body> has a `style="--a: 0;"` attribute

-- 
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/20190403/43c1a161/attachment-0001.html>


More information about the webkit-unassigned mailing list