git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tmp for 152194
[WebKit-https.git]
/
LayoutTests
/
http
/
tests
/
contentdispositionattachmentsandbox
/
resources
/
echo-http-referer.php
1
<!DOCTYPE html>
2
<script>
3
if (window.parent.testRunner)
4
testRunner.notifyDone();
5
</script>
6
<?php
7
echo $_SERVER['HTTP_REFERER'];
8
?>