Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
http
/
tests
/
cache
/
resources
/
prefetched-main-resource-iframe.php
blob: 65da64c9d2bc531cf4df0e6ec46611aadc71285f [
file
] [
log
] [
blame
]
<?
php
if
(
$_SERVER
[
"HTTP_PURPOSE"
]
==
"prefetch"
)
{
echo
"<script>"
;
echo
"parent.window.postMessage('FAIL', '*');"
;
echo
"</script>"
;
exit
();
}
echo
"<script>"
;
echo
"parent.window.postMessage('PASS', '*');"
;
echo
"</script>"
;
?>