blob: e2b2d39050c623fa1c3870f082ca56a652ffc396 [file] [log] [blame]
<script>
function testSucceeded() {
document.getElementById('console').innerText = 'SUCCESS';
if (window.layoutTestController)
layoutTestController.notifyDone();
}
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.waitUntilDone();
}
</script>
<body>
<embed id="plugin" type="application/x-webkit-test-netscape" test="get-url-notify-with-url-that-fails-to-load" width=100 height=100></embed>
<p id="description">This tests that calling NPN_GetURLNotify on a URL that never even loads still calls NPP_URLNotify.</p>
<div id="console">FAILURE</div>