Sign in
webkit
/
WebKit
/
1a8a24f23d7fc55f50dbbff6e1f4995fbf640f57
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
3rd-level-iframe-with-blocking-resource.php
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>"
;
?>