blob: 39fa824c3de9af7a93062483c5cdc469e8b54e3e [file] [log] [blame]
<html>
<head><title>This is a test page with a x-site iframe and an in-scope iframe</title>
</head>
<body>
<iframe name="in-scope" src="/ssl/google.html" id="in-scope"></iframe>
<iframe name="cross-site" src="https://example.com" id="cross-site"></iframe>
</body>
</html>