editor/reftests/spellcheck-input-attr-dynamic-inherit.html

changeset 2
7e26c7da4463
equal deleted inserted replaced
-1:000000000000 0:ffbca4ac349e
1 <!DOCTYPE html>
2 <html>
3 <body onload="init()">
4 <input class="spell-checked" type="text" value="blahblahblah">
5 <script>
6 function init() {
7 document.body.setAttribute("spellcheck", "true");
8 }
9 </script>
10 </body>
11 </html>

mercurial