blob: ae05543447d2fa54b11da11f05a9cc1917989607 [file] [log] [blame]
eric@webkit.org47d962d2010-01-27 11:43:55 +00001<!DOCTYPE HTML>
2<html>
3<head>
4<script>
rniwa@webkit.orgcc082ecd2012-06-16 03:42:58 +00005if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.addUserScript("if (window.location == 'about:blank') console.log('SUCCESS');", true, true);
eric@webkit.org47d962d2010-01-27 11:43:55 +00008}
9</script>
10</head>
11<body>
12This test should log a console message on success.
13<iframe src="about:blank"></iframe>
14</body>
15</html>