diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/http/tests/plugins/get-url.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/http/tests/plugins/get-url.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/third_party/WebKit/LayoutTests/http/tests/plugins/get-url.html b/third_party/WebKit/LayoutTests/http/tests/plugins/get-url.html deleted file mode 100644 index 7b0e0a2..0000000 --- a/third_party/WebKit/LayoutTests/http/tests/plugins/get-url.html +++ /dev/null @@ -1,19 +0,0 @@ -<html> -<body> -This tests that NPN_GetURLNotify works as expected and does not ASSERT intermittently 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/load-me-1.txt", null, "notify"); -</script> -</body> -</html> |