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> |