[Webkit-unassigned] [Bug 168655] New: REGRESSION(r207669): Crash after mutating selector text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 08:28:55 PST 2017


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

            Bug ID: 168655
           Summary: REGRESSION(r207669): Crash after mutating selector
                    text
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: koivisto at iki.fi

<style id=s>
body[foo] [id=d] { color: green };
</style>
<body>
<div id=d>PASS</div>
<script>
d.offsetLeft;
s.sheet.cssRules.item(0).selectorText = "body[foo]";
document.body.setAttribute("foo", "foo");
</script>

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


More information about the webkit-unassigned mailing list