[Webkit-unassigned] [Bug 186221] LayoutTests/fast/css/invalid-import-rule-insertion.html abandons a Document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 1 20:36:47 PDT 2018


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

--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
This is triggered by the throw and a catch that references the exception. Minimal test case: 

<script>
    try
    {
        throw('The document is abandoned');
    }
    catch(e)
    {
    }
</script>

-- 
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/20180602/221b53cd/attachment.html>


More information about the webkit-unassigned mailing list