blob: 85a7e1fb09b454858e909b04f2f3a1d70e5b933b [file] [log] [blame]
<html>
<body>
This tests that NPN_GetURLNotify does not ASSERT in debug builds.
<embed name="plg" type="application/x-webkit-test-netscape"></embed>
<script>
function notify()
{
if (window.testRunner)
testRunner.notifyDone();
}
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
plg.getURLNotify("resources/redirection-response.php?status=301&target=load-me-1.txt", null, "notify");
</script>
</body>
</html>