blob: 59a7c6868722c3968c2b19938bb774411f71a829 [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.dumpAsText();
window.onload = () => {
document.getSelection().setPosition(LI);
document.execCommand("insertOrderedList", false);
}
</script>
<body><ul><li id=LI contenteditable="true"><span>Test insering an ol into uneditable parent. The test passes if WebKit doesn't crash or hit an assertion.</span>