blob: 9d9a7ba9febdd56d507c5de4cf8e912df8080f35 [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = () => {
document.execCommand('SelectAll');
document.designMode = 'on';
document.execCommand('InsertNestedOrderedList');
};
</script>
<slot>
<li>This test passes if it does not crash.</li>
</slot>
<ol></ol>