Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
client-hints
/
accept-ch-stickiness
/
resources
/
accept-ch-blank.html
blob: 8a2e40ad9003058e71289f994ee51430246734d6 [
file
] [
log
] [
blame
] [
edit
]
<html>
<body>
<!-- Page with an empty accept-ch header, which disables client hints -->
<script>
window
.
top
.
opener
.
postMessage
(
'Loaded'
,
'*'
);
</script>
</body>
</html>