Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
http
/
tests
/
cache
/
resources
/
slow-iframe.php
blob: 3d0ed3bc35715b61ef1c48bcfce42e1bf308ced2 [
file
] [
log
] [
blame
]
<?
php
sleep
(
1
);
header
(
"Content-Type: text/html"
);
echo
(
"<script>alert('PASS - iframe loaded'); if (window.testRunner) testRunner.notifyDone(); </script>"
);
?>