1 Testing navigator.sendBeacon() cross-origin.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS navigator.sendBeacon("http://localhost:8000/blink/sendbeacon/resources/save-beacon.py?name=cross-origin", "CrossOrigin"); is true
7 PASS Beacon sent successfully
8 PASS Content-Type: text/plain;charset=UTF-8
9 PASS Origin: http://127.0.0.1:8000
10 PASS Referer: http://127.0.0.1:8000/
11 PASS Request-Method: POST
13 PASS Body: CrossOrigin
15 PASS successfullyParsed is true