blob: 54b6ed7fe04090f3eccaadd4eab746a1781e0110 [file] [log] [blame]
<style>
::first-line {
width: 0;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = () => {
document.designMode = 'on';
document.execCommand('SelectAll');
document.execCommand('Bold');
document.execCommand('InsertOrderedList');
};
</script>
<div></div>PASS if no crash or assert.