editor/reftests/dynamic-type-4.html

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

mercurial