img-png-mislabeled-as-html.sub.html (444B)
1 <!DOCTYPE html> 2 <!-- Test verifies that ORB allows an mislabeled cross-origin image after sniffing. --> 3 <meta charset="utf-8"> 4 <!-- Reference page uses same-origin resources, which are not ORB-eligible. --> 5 <link rel="match" href="img-png-mislabeled-as-html.sub-ref.html"> 6 <!-- www1 is cross-origin, so the HTTP response is ORB-eligible --> 7 <img src="http://{{domains[www1]}}:{{ports[http][0]}}/fetch/orb/resources/png-mislabeled-as-html.png">