Sign in
webkit
/
WebKit
/
a36dd1c4bd8146169ac601fd378f4d14b5f88ac7
/
.
/
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'
];
?>