[document-state.tentative.https.html]
expected:
if (os == "mac") and debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "linux") and not debug: [OK, TIMEOUT]
[A navigation's initiator origin and referrer are stored in the document state]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "mac") and debug: [PASS, TIMEOUT]
if (os == "linux") and not debug: [PASS, TIMEOUT]