http-equiv-cross-origin-iframe-not-setting-other-origins.https.html (570B)
1 <!doctype html> 2 <meta name="timeout" content="long"> 3 <title>Accept-CH Persistence test</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: "http-equiv cross origin iframe not setting other origins", 12 initial_url: echo, 13 accept_url: host_info.HTTPS_REMOTE_ORIGIN + httpequiv_accept, 14 expect_url: do_not_expect, 15 type: "iframe" }); 16 </script> 17 </body> 18 </html>