Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / navigation / beacon-cross-origin.https-expected.txt
blob38d432e0216508835d70660bf4655f2f879480f9
1 CONSOLE ERROR: Mixed Content: The page at 'https://127.0.0.1:8443/navigation/beacon-cross-origin.https.html' was loaded over HTTPS, but requested an insecure Beacon endpoint 'http://localhost:8000/navigation/resources/save-beacon.php?name=cross-origin'. This request has been blocked; the content must be served over HTTPS.
2 Verify navigator.sendBeacon() mixed content checking.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS navigator.sendBeacon("http://localhost:8000/navigation/resources/save-beacon.php?name=cross-origin", "CrossOrigin"); is false
8 PASS successfullyParsed is true
10 TEST COMPLETE