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

Unified Diff: LayoutTests/http/tests/misc/no-last-modified.html

Issue 394903004: document.lastModified should consider user's local time zone (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase and take review comments into consideration Created 6 years, 5 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/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('');
« no previous file with comments | « LayoutTests/http/tests/misc/last-modified-parsing-expected.txt ('k') | LayoutTests/http/tests/resources/last-modified.php » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698