Index: LayoutTests/http/tests/misc/last-modified-parsing.html |
diff --git a/LayoutTests/http/tests/misc/last-modified-parsing.html b/LayoutTests/http/tests/misc/last-modified-parsing.html |
deleted file mode 100644 |
index e9bd793450755ab0bc5b8812d1c5b9e38d3d020d..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/misc/last-modified-parsing.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<script> |
-if (window.testRunner) { |
- testRunner.dumpAsText(); |
- testRunner.dumpChildFramesAsText(); |
-} |
- |
-function test(text) { |
- document.write('<iframe src="../resources/last-modified.php?date=' + escape(text) + '"></iframe>'); |
-} |
- |
-test('Mon, 21 Nov 2008 01:03:33 GMT'); |
-test('Tuesday, 21 Nov 2008 01:03:33 GMT'); |
-test('Mon, 21 Nov 97 01:03:33 GMT'); |
-test('Mon, 21-Nov-2008 01:03:33 GMT'); |
-test('Mon, 21-Feb-2008 01:03:33 GMT'); |
-test('Mon, 03-Feb-2008 01:03:33 GMT'); |
-test('Mon, 3-Mar-2008 01:03:33 GMT'); |
-</script> |