<html>
<head>
<link rel="icon"
type="image/png"
href="http://bar.com/site_isolation/valid.html">
<link rel="stylesheet" type="text/css" href="http://bar.com/site_isolation/valid.html">
<script language="javascript" src="http://bar.com/site_isolation/valid.html"></script>
</head>
<body>
<p>This page tests that the renderer process does not crash even if the response
that it requested is blocked by site isolation for various targets. This page
should be loaded on a domain other than bar.com to be different from the
requested resource here.</p>
image:<img src="http://bar.com/site_isolation/valid.html"></img><br/>
font:
<style media="screen" type="text/css">
@font-face {
font-family: "myfont";
src: url("http://bar.com/site_isolation/valid.html") format('woff');
}
</style><br/>
shouldn't be blocked -->
embed:<embed src="http://bar.com/site_isolation/valid.html"></embed><br/>
shouldn't be blocked -->
object:<object width="400" height="400"
data="http://bar.com/site_isolation/valid.html"></object><br/>
</body>
</html>