summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/client-hints/accept-ch-stickiness/resources/accept-ch.html
blob: 694c5b03bc18a0062689caaac5147e6aca8b6415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<body>

<!-- An empty webpage whose response headers include Accept-CH
header. Fetching this webpage should cause
user-agent to persist origin preferences for the client hints
specified in the Accept-CH header until a Clear-Site-Data header
is sent or user action is take to clear the session or data about
the origin.-->
<script>
  window.top.opener.postMessage('Loaded', '*');
</script>


</body>
</html>