meta-equiv-delegate-ch-cross-origin-subresource-with-hints.https.sub.html (729B)
1 <!doctype html> 2 <meta name="timeout" content="long"> 3 <meta http-equiv="Delegate-CH" content="sec-ch-device-memory https://www1.{{host}}:{{ports[https][0]}}/; device-memory https://www1.{{host}}:{{ports[https][0]}}/"> 4 <title>Meta-equiv Delegate-CH cross origin subresource with hints</title> 5 <body> 6 <script src="/resources/testharness.js"></script> 7 <script src="/resources/testharnessreport.js"></script> 8 <script src="/common/get-host-info.sub.js"></script> 9 <script src="resources/accept-ch-test.js"></script> 10 11 <script> 12 verify_subresource_state( 13 host_info.HTTPS_REMOTE_ORIGIN + "/client-hints/accept-ch-stickiness/resources/do-expect-received.py", 14 "meta-equiv cross origin subresource with hints"); 15 </script> 16 </body> 17 </html>