blob: 6cd5f0a29ee1237d1531258db55a38a9d32c3c0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<body>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="util.js"></script>
<script>
sandbox_popup_listener("/client-hints/resources/expect-client-hints-headers.html");
</script>
</body>
</html>
|