chromium/content/test/data/cookies/set_cookie_from_subresource.html

<html>
<head></head>
<body>
  <p>This is a page with a subresource (image). The image sets a cookie when fetched.
  <img src="image_with_set_cookie.jpg">
</body>
</html>