Mypal/editor/reftests/spellcheck-contenteditable-...

12 lines
225 B
HTML

<!DOCTYPE html>
<html>
<body onload="init()" spellcheck="true">
<div contenteditable>blahblahblah</div>
<script>
function init() {
document.body.spellcheck = false;
}
</script>
</body>
</html>