blob: c065c065fc475dee962b1c0f1220918dd8e973d4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<iframe id="frame" src="about:blank"></iframe>
<script>
var query = window.location.search;
if (!query)
document.getElementById("frame").src = "WillPerformClientRedirectToURLCrash.html?FAIL";
else if (query == "?PASS")
alert("PASS");
else
alert("FAIL");
</script>
</body>
</html>