1ALERT: 2 3ALERT: Allowing all cookies 4ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies 5ALERT: XHR response - Deleted all cookies 6ALERT: Test stage 1 document.cookie is: 7ALERT: Restricting to first party only cookies 8ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooCookie 9ALERT: XHR response - Set the foo cookie 10ALERT: Test stage 2 document.cookie is: 11ALERT: 12 13ALERT: Allowing all cookies 14ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies 15ALERT: XHR response - Deleted all cookies 16ALERT: Test stage 3 document.cookie is: 17ALERT: Restricting to first party only cookies 18ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooAndBarCookie 19ALERT: XHR response - Set the foo and bar cookies 20ALERT: Test stage 4 document.cookie is: 21ALERT: 22 23ALERT: Allowing all cookies 24ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies 25ALERT: XHR response - Deleted all cookies 26ALERT: Test stage 5 document.cookie is: 27ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooCookie 28ALERT: XHR response - Set the foo cookie 29ALERT: Test stage 6 document.cookie is: foo=awesomevalue 30ALERT: Restricting to first party only cookies 31ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies 32ALERT: XHR response - Deleted all cookies 33ALERT: Test stage 7 document.cookie is: 34ALERT: 35 36ALERT: Allowing all cookies 37ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies 38ALERT: XHR response - Deleted all cookies 39ALERT: Test stage 8 document.cookie is: 40ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooCookie 41ALERT: XHR response - Set the foo cookie 42ALERT: Test stage 9 document.cookie is: foo=awesomevalue 43ALERT: Restricting to first party only cookies 44ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooAndBarCookie 45ALERT: XHR response - Set the foo and bar cookies 46ALERT: Test stage 10 document.cookie is: bar=anotherawesomevalue; foo=awesomevalue 47 48