Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/editor/reftests/spellcheck-contenteditable-property-dynamic-inherit.html

12 lines
207 B
HTML
Raw Normal View History

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