1
    2
    3
    4
    5
    6
    7

content / test / data / cookies / set_cookie_from_subresource.html [blame]

<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>