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

12 lines
248 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<body onload="init()" spellcheck="false">
<input class="spell-checked" type="text" value="blahblahblah">
<script>
function init() {
document.body.spellcheck = true;
}
</script>
</body>
</html>