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
/
404image.php
blob
a63197637298d504de61a07ec699d67136aa158b
1
<
?
2
header
(
"HTTP/1.1 404 Not Found"
);
3
header
(
"Content-Type: image/png"
);
4
header
(
"Last-Modified: Thu, 01 Jun 2006 06:09:43 GMT"
);
5
echo
(
file_get_contents
(
"square100.png"
));
6
?
>