blob: f6aa6bbf99e3dc074e56db4c978fc71096bdf2d7 [file] [log] [blame]
Tests that document.cookie returns the right value after a sync XHR
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS normalizeCookie(document.cookie) is "testKey=testValue"
PASS xhr.status is 200
PASS normalizeCookie(document.cookie) is "testKey=testValue; xhrKey=xhrValue"
PASS successfullyParsed is true
TEST COMPLETE