haikuwebkit/LayoutTests/fast/loader/resources/onunload-form-submit-succes...

16 lines
451 B
HTML

<html>
<head>
<script>
function continueTestAfterNavigation()
{
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</head>
<body onload="continueTestAfterNavigation()">
<p>SUCCESS. If you see this page the test has successfully loaded a new page without crashing or submitting a form from an onunload handler.</p>
</body>
<html>