blob: feb088a3cb0fe599afc38cfefdfea4df23bc49ae [file] [log] [blame] [edit]
<!DOCTYPE html>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<progress hidden="false">
<textarea></textarea>
</progress>
<select></select>
<script>
test(function() {
document.designMode = 'on';
document.execCommand('SelectAll');
document.execCommand('InsertOrderedList');
}, 'position-at-middle-of-editing-ignore-content');
</script>