blob: da008cfce1424ead9417d36474d3ebe4152705da [file] [log] [blame]
<script src="../../js/resources/js-test-pre.js"></script>
<script>
description('State vector should be empty if nothing is saved.');
if (window.internals) {
var states = internals.formControlStateOfPreviousHistoryItem();
shouldBe('states.length', '0');
} else {
debug('Need window.internals.formControlStateOfPreviousHistoryItem().');
}
jsTestIsAsync = true;
finishJSTest();
</script>
<script src="../../js/resources/js-test-post.js"></script>