haikuwebkit/LayoutTests/fast/loader/iframe-src-invalid-url.html

16 lines
366 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpPolicyDelegateCallbacks();
}
</script>
</head>
<body>
<p>Test passes if the second iframe navigates to about:blank.</p>
<iframe src="data:text/html,
<iframe id='iframe' src='<p>FAILURE</p>'></iframe>"></iframe>
</body>
</html>