blob: 120f62798a9e3db4112791be1d52fb27bb7bef5c [file] [edit]
<!-- webkit-test-runner [ SiteIsolationEnabled=true ] -->
<head>
<meta name="fuzzy" content="maxDifference=112; totalPixels=900"/>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
onmessage = (event) => {
if (window.testRunner && event.data == "onload")
testRunner.notifyDone();
}
</script>
</head>
<body bgcolor=blue>
<iframe src="http://localhost:8000/site-isolation/resources/navigate-to-green-background.html" frameborder=0></iframe>
</body>