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