haikuwebkit/LayoutTests/fast/forms/state-restore-empty-state.html

21 lines
369 B
HTML

<!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>