Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
[gecko.git] / editor / reftests / spellcheck-textarea-attr-dynamic.html
blob745e66c7c8eeee07438e6bea6d905072c3428180
1 <!DOCTYPE html>
2 <html>
3 <body onload="init()">
4 <textarea>blahblahblah</textarea>
5 <script>
6 function init() {
7 document.querySelector("textarea").setAttribute("spellcheck", "false");
9 </script>
10 </body>
11 </html>