| Index: third_party/WebKit/LayoutTests/http/tests/plugins/interrupted-get-url.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/plugins/interrupted-get-url.html b/third_party/WebKit/LayoutTests/http/tests/plugins/interrupted-get-url.html
|
| deleted file mode 100644
|
| index 7f53a80a9ee5d52be99f391da31d7dfd699c816d..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/plugins/interrupted-get-url.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<html>
|
| -<body>
|
| -FAILURE
|
| -<embed name="plg" type="application/x-webkit-test-netscape"></embed>
|
| -<script>
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| - }
|
| -
|
| - plg.getURL("resources/slow-resource.pl");
|
| -
|
| - setTimeout(function() { window.location = "resources/interrupted-get-url-success.html"; }, 200);
|
| -
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|