1
    2
    3
    4
    5
    6
    7

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

<html>
<head></head>
<body>
  <p>This is a page with a simple subresource (image), which can be used to test that appropriate cookies are attached to the subresource request.
  <img src="image_without_set_cookie.jpg"/>
</body>
</html>