Files
UXP-Fixed/editor/reftests/dynamic-1.html
T
2018-02-02 04:16:08 -05:00

10 lines
163 B
HTML

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