haikuwebkit/LayoutTests/fast/loader/reload-policy-delegate.html

16 lines
301 B
HTML

<html>
<head>
<script type="text/javascript">
function startTest()
{
testRunner.dumpAsText();
testRunner.setCustomPolicyDelegate(true, true);
testRunner.queueReload();
}
</script>
</head>
<body onload="startTest()">
<p>Test to make sure that reloads get reload policy.</p>
</body>
</html>