Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: LayoutTests/http/tests/misc/willCacheResponse-delegate-callback.html

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698