Sign in
webkit
/
WebKit
/
98517451c44951a553bf7eb2f40afcaffd7bcdca
/
.
/
LayoutTests
/
http
/
tests
/
resources
/
echo-iframe-src.php
blob: b37bd78af869d4f0ecdb0ef2153cf031131ac620 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
testRunner
.
dumpChildFramesAsText
();
testRunner
.
waitUntilDone
();
}
</script>
</head>
<body>
<iframe src="
<?
php echo $_GET
[
'src'
];
?>
">
</iframe>
</body>
</html>