haikuwebkit/LayoutTests/fast/editing/modify-selection-list-level...

14 lines
298 B
HTML

<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>