summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/client-hints/accept-ch-stickiness/resources/http-equiv-accept-ch.html
blob: 561cae49cabd3add8f6c9953e213f80a6cedf5d6 (plain)
1
2
3
4
5
6
7
8
<html>
<meta http-equiv="Accept-CH" content="sec-ch-device-memory,device-memory">
<body>
<script>
  window.top.opener.postMessage('Loaded', '*');
</script>
</body>
</html>