OLD | NEW |
| (Empty) |
1 <script> | |
2 if (window.testRunner) { | |
3 testRunner.dumpAsText(); | |
4 testRunner.dumpChildFramesAsText(); | |
5 } | |
6 | |
7 function test(text) { | |
8 document.write('<iframe src="../resources/last-modified.php?date=' + escape(
text) + '"></iframe>'); | |
9 } | |
10 | |
11 test('Mon, 21 Nov 2008 01:03:33 GMT'); | |
12 test('Tuesday, 21 Nov 2008 01:03:33 GMT'); | |
13 test('Mon, 21 Nov 97 01:03:33 GMT'); | |
14 test('Mon, 21-Nov-2008 01:03:33 GMT'); | |
15 test('Mon, 21-Feb-2008 01:03:33 GMT'); | |
16 test('Mon, 03-Feb-2008 01:03:33 GMT'); | |
17 test('Mon, 3-Mar-2008 01:03:33 GMT'); | |
18 </script> | |
OLD | NEW |