blob: a8684743b50eee6bdef87d2ff7028ed5907665ea (
plain)
1
2
3
4
5
6
7
8
9
10
|
[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]
|