summaryrefslogtreecommitdiffstats
path: root/editor/reftests/dynamic-1.html
blob: 5f2b8b7dcfea48c9cc95ca7e46033fe7e69af2a6 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<body>
    <input type="text">
    <script>
      document.getElementsByTagName("input")[0].value = "abcdef";
    </script>
</body>
</html>