chromium/chrome/test/data/subresource_loading/set_cookies.html

<html>
  <head>
    <script>
      document.cookie = "username=Alice";
    </script>
  </head>

  <h1>Test Page for SubresourceLoadingPageLoadMetricsObserverBrowserTest</h1>
  <p>
    Sets a cookie for this domain.
  </p>
</html>