chromium/third_party/blink/web_tests/http/tests/inspector-protocol/resources/expect-ct-subresource.html

<!DOCTYPE html>
<html>
  <body>
    <h2>Webpage with Expect-CT subresource</h2>
    <script>
      fetch("expect-ct.php");
    </script>
  </body>
</html>