blob: a9113aafd1472d4828e2d5903ac08c630c7eea22 [file] [log] [blame]
<?php
sleep(1);
print "
<html>
<head>
<script src='notfound.js'></script>
<style>body { background-color: red; }</style>
</head>
<body>
PASS.
<script>
if (window.testRunner) {
testRunner.notifyDone();
}
</script>
</body>
</html>";
?>