summaryrefslogtreecommitdiffstats
path: root/editor/reftests/spellcheck-textarea-property-dynamic-inherit.html
blob: 125f578bf9de4755cd3450b803ee5b4621d63391 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<body onload="init()">
    <textarea>blahblahblah</textarea>
    <script>
      function init() {
        document.body.spellcheck = false;
      }
    </script>
</body>
</html>