| <html> | |
| <head> | |
| <script> | |
| function runTest() | |
| { | |
| if (window.testRunner) { | |
| testRunner.setIconDatabaseEnabled(true); | |
| testRunner.dumpDOMAsWebArchive(); | |
| testRunner.queueReload(); | |
| } | |
| } | |
| </script> | |
| <link rel="icon" href="resources/favicon.ico" type="image/x-icon"> | |
| </head> | |
| <body onload="runTest()"> | |
| </body> | |
| </html> |