blob: 4aa2f35be7d93eadd50207deec9f67988b033b63 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<script>
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.addUserScript("if (window.location == 'about:blank') console.log('SUCCESS');", true, true);
}
</script>
</head>
<body>
This test should log a console message on success.
<iframe src="about:blank"></iframe>
</body>
</html>