| Index: LayoutTests/http/tests/misc/willCacheResponse-delegate-callback.html
|
| diff --git a/LayoutTests/http/tests/misc/willCacheResponse-delegate-callback.html b/LayoutTests/http/tests/misc/willCacheResponse-delegate-callback.html
|
| deleted file mode 100644
|
| index 878846b616cd6dd202436b7ceed2018e206e94ec..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/misc/willCacheResponse-delegate-callback.html
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -<html>
|
| -<script>
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| - }
|
| -
|
| - function runTest() {
|
| - testRunner.dumpResourceLoadCallbacks();
|
| - testRunner.dumpWillCacheResponse();
|
| -
|
| - var f = document.createElement('iframe');
|
| - f.src = "resources/willCacheResponse-success.html";
|
| - f.onload = function() { if (window.testRunner) testRunner.notifyDone(); }
|
| - document.body.appendChild(f);
|
| - }
|
| -</script>
|
| -<body onLoad="setTimeout(runTest, 10);">
|
| -This tests for the willCacheResponse resource delegate callback as added for radar 5008925.<br>
|
| -The test is only meaningful if you are running it under DumpRenderTree<br>
|
| -</body>
|
| -</html>
|
|
|