chromium/third_party/blink/web_tests/fast/forms/state-restore-empty-state.html

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