Sign in
webkit
/
WebKit
/
f6013b2d8a67a21431419ad45d183d56cb11b105
/
.
/
LayoutTests
/
http
/
tests
/
contentdispositionattachmentsandbox
/
resources
/
echo-http-referer.php
blob: 21e327d69caf89ffc81323396d4ddd803ef877aa [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<script>
if
(
window
.
parent
.
testRunner
)
testRunner
.
notifyDone
();
</script>
<?
php
echo $_SERVER
[
'HTTP_REFERER'
];
?>