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