blob: cca30a6e685a8e9a6d200ec13043e9c462bc6df1 [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<body contenteditable>
<p>This tests Pass.</p>
<blockquote type="cite"><input></blockquote>
<script>
if (window.testRunner)
testRunner.dumpAsText();
getSelection().setPosition(document.querySelector('blockquote'), 1);
document.documentElement.style = 'content: url();'
document.execCommand('InsertImage');
</script>
This tests InsertImage after setting content property on the document element.<br>
WebKit should not crash.<br>
<br>
PASS
</body>
</html>