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