blob: ca25e3aeb2c036cd0c14b0c356553ce3007f592f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test.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>
</body>