[Webkit-unassigned] [Bug 80020] New: [Crash] Adding <content> into a ShadowRoot causes crash.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 1 04:04:40 PST 2012


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

           Summary: [Crash] Adding <content> into a ShadowRoot causes
                    crash.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at chromium.org


Repro:

<div>DIV1</div><div id='div2'>DIV2</div><div>DIV3</div>
<script>
var div = document.getElementById('div2');
var root = new WebKitShadowRoot(div);
root.innerHTML = "<content></content>";
</script>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list