blob: 2db6ab2d0e67e7b7570712f8aea4e07e1dc6a97a [file] [log] [blame]
<script>
setTimeout(function() {
var stateArray = internals.formControlStateOfPreviousHistoryItem();
// Omit the signature string because it is volatile.
console.log('Generated state: [' + stateArray.slice(1) + ']');
stateArray.push('***broken***');
internals.setFormControlStateOfPreviousHistoryItem(stateArray);
parent.didLoadAnotherDocument();
}, 0);
</script>