Index: LayoutTests/http/tests/misc/no-last-modified.html |
diff --git a/LayoutTests/http/tests/misc/no-last-modified.html b/LayoutTests/http/tests/misc/no-last-modified.html |
index d1b3d6258f8104281382557c40093f27d9ac7f76..43aa8feb16f436fc567d5b24cbc7f3b8ea0e04f3 100644 |
--- a/LayoutTests/http/tests/misc/no-last-modified.html |
+++ b/LayoutTests/http/tests/misc/no-last-modified.html |
@@ -3,7 +3,7 @@ if (window.testRunner) |
testRunner.dumpAsText(); |
function test(text) { |
- document.write('<iframe src="../resources/last-modified.php?date=' + escape(text) + '"></iframe>'); |
+ document.write('<iframe src="../resources/no-last-modified.php?date=' + escape(text) + '"></iframe>'); |
} |
test(''); |