Initialize Tizen 2.3
[framework/web/webkit-efl.git] / LayoutTests / userscripts / script-run-at-start.html
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <script>
5 if (window.testRunner) {
6     testRunner.dumpAsText();
7     testRunner.addUserScript("if (window.location == 'about:blank') console.log('SUCCESS');", true, true);
8 }
9 </script>
10 </head>
11 <body>
12 This test should log a console message on success.
13 <iframe src="about:blank"></iframe>
14 </body>
15 </html>