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

12 lines
218 B
HTML
Raw Normal View History

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