blob: 92925109c6e52a87e9ae98b6dd86d0fa6a584112 [file] [log] [blame]
<script src="../../../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="../../../resources/js-test-post.js"></script>