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
/
misc
/
resources
/
random-no-store.php
blob
4b24786cd675bbe14a4347724ef9ef9d19ee2f9f
1
<
?php
2
header
(
"Cache-Control: no-store"
);
3
?
>
4
var
p
=
document
.
createElement
(
"p"
);
5
p
.
appendChild
(
document
.
createTextNode
(
"<?php
6
print rand();
7
?>
8
"
));
9
document
.
body
.
appendChild
(
p
);