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>");
?>