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

Unified Diff: Tools/TestWebKitAPI/Tests/mac/MemoryCachePruneWithinResourceLoadDelegate.html

Issue 13602008: Remove non-chromium code from TestWebKitAPI (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: Tools/TestWebKitAPI/Tests/mac/MemoryCachePruneWithinResourceLoadDelegate.html
diff --git a/Tools/TestWebKitAPI/Tests/mac/MemoryCachePruneWithinResourceLoadDelegate.html b/Tools/TestWebKitAPI/Tests/mac/MemoryCachePruneWithinResourceLoadDelegate.html
deleted file mode 100644
index 7f4fd33b9ff4a3fef348ef470ef3f32074a2b68f..0000000000000000000000000000000000000000
--- a/Tools/TestWebKitAPI/Tests/mac/MemoryCachePruneWithinResourceLoadDelegate.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<script>
-
-function loaded()
-{
- var request = new XMLHttpRequest();
- request.open('GET', 'http://www.iana.org/domains/example/', true);
- request.send(null);
-}
-
-</script>
-
-<body onload="loaded();">
-We will do some XHR'ing now!
-</body>

Powered by Google App Engine
This is Rietveld 408576698