unregister-then-register-new-script.https.html.ini (675B)
1 [unregister-then-register-new-script.https.html] 2 expected: 3 if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] 4 if (os == "android") and debug: [OK, ERROR] 5 [Registering a new script URL that fails to install does not resurrect unregistered registration] 6 expected: 7 if (processor == "x86") and not debug: [PASS, NOTRUN] 8 9 [Registering a new script URL while an unregistered registration is in use] 10 expected: 11 if (processor == "x86") and not debug: [PASS, TIMEOUT] 12 13 [Registering a new script URL that 404s does not resurrect unregistered registration] 14 expected: 15 if (processor == "x86") and not debug: [PASS, NOTRUN]