summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/client-hints/sandbox/resources/embedded-popup-expect-no-hints.html
blob: 46dbb7f23655e200f350931ce4934bf26c6f2288 (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-no-client-hints-headers.html");
</script>
</body>
</html>