blob: 11770684a1d376c57d37d281b427326480d108da [file]
<style>
*+* {display:contents}
</style>
<script>
function main() {
if (window.testRunner)
testRunner.dumpAsText();
document.designMode = "on";
window.find(" ");
document.execCommand("insertOrderedList",false,null);
}
</script>
<body onload="main()">
<input><p>Pass if no crash.</p>