4 <script src="/js-test-resources/js-test.js"></script>
6 description("Verify navigator.sendBeacon() mixed content checking.");
8 window.jsTestIsAsync = true;
11 if (window.testRunner) {
12 testRunner.dumpAsText();
13 testRunner.waitUntilDone();
16 shouldBeFalse('navigator.sendBeacon("http://example.test:8000/blink/sendbeacon/resources/save-beacon.py?name=cross-origin", "CrossOrigin");');
21 <body onload="test();">