[Webkit-unassigned] [Bug 94740] New: Crash in EditingStyle::mergeStyle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 12:00:35 PDT 2012


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

           Summary: Crash in EditingStyle::mergeStyle
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: HasReduction, InChromiumBugs, NeedsRadar
          Severity: Normal
          Priority: P1
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, enrica at apple.com, sukolsak at google.com


Reduction from http://code.google.com/p/chromium/issues/detail?id=130458
<div>a
    <progress>
        <a style></a>
    </progress>
</div>
<script>
setTimeout(function(){
    document.body.contentEditable = true;
    document.execCommand("selectall")
    document.execCommand("createlink", false, "a")
})
</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