chromium/third_party/blink/web_tests/http/tests/security/subresourceIntegrity/shared-with-xhtml.html

<!DOCTYPE html>
<html>
<body>
  <script>
    if (window.testRunner)
      testRunner.dumpAsText();
  </script>
  <p>
    This test passes if no 'FAIL' alert appears.
  </p>
  <iframe src="resources/shared-with-xhtml.xhtml"></iframe>
  <iframe src="resources/shared-with-xhtml.html"></iframe>
</body>
</html>