Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / navigation / beacon-cookie-expected.txt
blobd639401953e7c27c776103686db49b334d75bf46
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
2 PingLoader dispatched to 'http://127.0.0.1:8000/navigation/resources/save-beacon.php?name=cookie'.
3 Checking transmission of Beacons involving cookies.
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS navigator.sendBeacon("resources/save-beacon.php?name=cookie", "Blip"); is true
9 PASS Beacon sent successfully
10 PASS Content-Type: text/plain;charset=UTF-8
11 PASS Cookie: hello=world
12 PASS Origin: http://127.0.0.1:8000
13 PASS Referer: http://127.0.0.1:8000/navigation/beacon-cookie.html
14 PASS Request-Method: POST
15 PASS Length: 4
16 PASS Body: Blip
17 PASS 
18 PASS successfullyParsed is true
20 TEST COMPLETE