summaryrefslogtreecommitdiff
path: root/Source/web/tests/data/input_field_set_value_while_not_focused.html
blob: 4e578d44d91a0eaa6b1c2505935617ce459055d5 (plain)
1
2
3
4
5
<input id='field'/>
<script>
  var field = document.getElementById('field');
  field.value = 'some text';
</script>