meta-equiv-same-origin-subresource.https.html (537B)
1 <!doctype html> 2 <meta name="timeout" content="long"> 3 <title>Meta same origin subresource</title> 4 <body> 5 <script src="/resources/testharness.js"></script> 6 <script src="/resources/testharnessreport.js"></script> 7 <script src="/common/get-host-info.sub.js"></script> 8 <script src="resources/accept-ch-test.js"></script> 9 10 <script> 11 run_test({ name: "meta-equiv delegate-ch same origin subresource", 12 initial_url: echo, 13 accept_url: metaequiv_delegate, 14 expect_url: do_not_expect, 15 type: "subresource" }); 16 </script> 17 </body> 18 </html>