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