chromium/third_party/blink/web_tests/editing/undo/orphaned-selection-crash-bug32823-1.html

<body onload="
if (window.testRunner) {testRunner.dumpAsText();}
document.designMode='on';
document.execCommand('selectall');
document.execCommand('italic');
document.execCommand('RemoveFormat');
document.designMode= 'off';
document.execCommand('Undo');
document.designMode ='on';
document.execCommand('inserthtml', false);
document.body.innerHTML='PASS';">x