Mypal/editor/reftests/dynamic-1.html

10 lines
163 B
HTML

<!DOCTYPE html>
<html>
<body>
<input type="text">
<script>
document.getElementsByTagName("input")[0].value = "abcdef";
</script>
</body>
</html>