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

<!-- Page with an empty accept-ch header, which disables client hints -->
<script>
  window.top.opener.postMessage('Loaded', '*');
</script>


</body>
</html>