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

Unified Diff: LayoutTests/http/tests/misc/last-modified-parsing.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 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/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>

Powered by Google App Engine
This is Rietveld 408576698