4 <title>FormatBlock crash test case
</title>
6 <!-- This is a minified version of the clusterfuzz test case at https://code.google.com/p/chromium/issues/detail?id=345005 -->
7 <body style=
"display: table-row;">
11 document
.designMode
= 'on';
12 document
.execCommand('SelectAll');
13 document
.execCommand('FormatBlock', false, '<' + 'div>');
14 window
.setTimeout(notifyFinish
, 0);
17 function notifyFinish()
19 window
.parent
.postMessage('FINISH', '*');
22 window
.setTimeout(run
, 0);
24 <span contenteditable=
"true" style=
"display: table-caption;"></span>
26 <div style=
"display: -webkit-inline-box;"><span><span>B
</span></span></div>