Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / plugins / get-url.html
blob7b0e0a289b46f48f5bdb33ec9f713af664b7afed
1 <html>
2 <body>
3 This tests that NPN_GetURLNotify works as expected and does not ASSERT intermittently in debug builds.
4 <embed name="plg" type="application/x-webkit-test-netscape"></embed>
5 <script>
6 function notify()
8 if (window.testRunner)
9 testRunner.notifyDone();
11 if (window.testRunner) {
12 testRunner.dumpAsText();
13 testRunner.waitUntilDone();
16 plg.getURLNotify("resources/load-me-1.txt", null, "notify");
17 </script>
18 </body>
19 </html>