editor/reftests/dynamic-1.html

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

mercurial