Bug 67766

Summary: Crashes in WebCore::ApplyStyleCommand::applyBlockStyle(WebCore::EditingStyle*)
Product: WebKit Reporter: Shinya Kawanaka <shinyak>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: shinyak
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 67668    

Description Shinya Kawanaka 2011-09-08 00:03:03 PDT
<mfrac id="div" contenteditable="true">&bcong;<script>

div.focus();
document.execCommand("SelectAll");
document.execCommand("RemoveFormat");

</script>
Comment 1 Shinya Kawanaka 2011-09-08 01:21:27 PDT
Hmm... It seems this crash is caused by the same reason as Issue 67765.

*** This bug has been marked as a duplicate of bug 67765 ***