blob: 0cc928b0d8fc32398387a06b3f3a588d20a84b5d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
<input type=submit>
<script>
jsTestIsAsync = true;
window.onload = function() {
setTimeout(function() {
location.href = 'resources/state-restore-empty-state-1.html';
}, 0);
};
</script>
<script src="../js/resources/js-test-post.js"></script>
</body>