blob: 6d5a7bcd55a2cdf2678d977644b88f458816d159 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<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>
|