blob: e9bd793450755ab0bc5b8812d1c5b9e38d3d020d [file] [log] [blame]
<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>