Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / undo / orphaned-selection-crash-bug32823-1.html
blobd35e0577670536dfe5f3e0338d80e19cf7347489
1 <body onload="
2 if (window.testRunner) {testRunner.dumpAsText();}
3 document.designMode='on';
4 document.execCommand('selectall');
5 document.execCommand('italic');
6 document.execCommand('RemoveFormat');
7 document.designMode= 'off';
8 document.execCommand('Undo');
9 document.designMode ='on';
10 document.execCommand('inserthtml', false);
11 document.body.innerHTML='PASS';">x