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

Side by Side Diff: LayoutTests/http/tests/resources/no-last-modified.php

Issue 394903004: document.lastModified should consider user's local time zone (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Finger crossed 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 unified diff | Download patch
OLDNEW
1 <?php 1 <?php
2 $date = $_GET['date']; 2 $date = $_GET['date'];
3 header("Last-Modified: $date"); 3 header("Last-Modified: $date");
4 ?> 4 ?>
5 <script> 5 <script>
6 document.write(document.lastModified); 6 document.write(document.lastModified);
7 </script> 7 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698