editor/reftests/dynamic-type-2.html

branch
TOR_BUG_9701
changeset 8
97036ab72558
equal deleted inserted replaced
-1:000000000000 0:75456474ccb4
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <input type="checkbox">
5 <script>
6 var i = document.getElementsByTagName("input")[0];
7 i.value = "abcdef";
8 i.type = "text";
9 </script>
10 </body>
11 </html>

mercurial