blob: 1f2f787eee8add6f27d6f2658ea76c4f59d14ff0 [file] [log] [blame]
<!DOCTYPE html>
<i id='test'>crbug.com/602271: Test passes if it does not crash.<table><td></i>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.designMode = 'on';
document.execCommand("selectAll");
document.execCommand("InsertUnorderedList");
document.execCommand("InsertHTML",false,"<div></div><iframe></iframe>");
document.execCommand("selectAll");
document.execCommand("insertUnorderedList");
</script>