repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
resources
/
no-last-modified.php
blob
55c52220de5e06af50c4e8e46e48a66d7f9b3a19
1
<
?php
2
$date
=
$_GET
[
'date'
];
3
header
(
"Last-Modified:
$date
"
);
4
?
>
5
<
script
>
6
document
.
write
(
document
.
lastModified
);
7
</
script
>