Sign in
chromium
/
chromium
/
src
/
913eaefa55beab765aa1d99da170db474d8c63ca
/
.
/
chrome
/
test
/
data
/
subresource_loading
/
set_cookies.html
blob: b6d123191c54e433ba19d529dfa388f29e48309a [
file
]
<html>
<head>
<script>
document
.
cookie
=
"username=Alice"
;
</script>
</head>
<h1>
Test Page for SubresourceLoadingPageLoadMetricsObserverBrowserTest
</h1>
<p>
Sets a cookie for this domain.
</p>
</html>