blob: 0ab10dc5f75b46108e9d0134402e2cfcbb6c8e98 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setWillSendRequestReturnsNull(true);
}
</script>
</head>
<body>
This tests https://bugs.webkit.org/show_bug.cgi?id=46773 by having willSendRequest on the
plugin document return null. If there is no crash, the test passed.
<iframe src="resources/simple_blank.swf"></iframe>
</body>
</html>