document-state.https.html.ini (1694B)
1 [document-state.https.html] 2 disabled: 3 if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961 4 expected: 5 if not debug and (os == "linux") and (processor == "x86_64") and not fission: [OK, TIMEOUT] 6 if not debug and (os == "linux") and (processor == "x86_64") and fission: [TIMEOUT, OK] 7 if not debug and (os == "linux") and (processor == "x86"): [TIMEOUT, OK] 8 if not debug and (os == "win"): [TIMEOUT, OK] 9 if not debug and (os == "mac"): [TIMEOUT, OK] 10 if debug: TIMEOUT 11 [A navigation's initiator origin and referrer are stored in the document state and used on location.reload()] 12 expected: 13 if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, TIMEOUT, NOTRUN] 14 if (os == "linux") and not debug and (processor == "x86_64") and fission: [TIMEOUT, PASS, NOTRUN] 15 if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, NOTRUN, PASS] 16 if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, PASS] 17 if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, PASS, NOTRUN] 18 if (os == "mac") and not debug: [TIMEOUT, PASS, NOTRUN] 19 if debug: NOTRUN 20 21 [A navigation's initiator origin and referrer are stored in the document state and used in the document repopulation case] 22 expected: 23 if (os == "linux") and debug and fission: [PASS, TIMEOUT] 24 if (os == "linux") and not debug and fission: [TIMEOUT, PASS] 25 if (os == "linux") and not debug and not fission: [PASS, TIMEOUT] 26 if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] 27 if (os == "mac") and not debug: [PASS, TIMEOUT] 28 if debug: TIMEOUT