<!DOCTYPE html>
<html>
<head>
<title>Subresources collection</title>
<link rel="stylesheet" href="/handled-by-test/style.css">
<script src="/handled-by-test/script.js"></script>
</head>
<body>
<p>Hello world!</p>
<!--
The server will wait long enough for firstContentfulPaint to happen before
responding with this image.
-->
<img src="/handled-by-test/image.png">
</body>
</html>