block-mime-as-script.html.ini (241B)
1 [block-mime-as-script.html] 2 expected: 3 if (os == "win") and debug and (processor == "x86"): CRASH 4 if (os == "mac") and debug: CRASH 5 if (os == "mac") and not debug: [OK, CRASH] 6 if (os == "android") and not debug: [OK, CRASH]