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