blob: 956e4050d80c2600532303c84fbb3174221f9956 [file] [log] [blame]
<!DOCTYPE html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = function() {
document.execCommand('SelectAll');
document.execCommand('InsertUnorderedList');
document.body.textContent = 'PASS if Blink doesn\'t crash.';
}
</script>
</head>
<body contenteditable="true"><output>
<option>12</option>after
</body>
</html>