embedded-mp4.html.ini (1250B)
1 [embedded-mp4.html] 2 disabled: 3 if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961 4 if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961 5 expected: 6 if (os == "win") and not debug and ccov: OK 7 if not debug and (os == "linux") and not tsan: [TIMEOUT, OK] 8 if isolated_process: [ERROR, CRASH] 9 if debug and (os == "android"): OK 10 [OK, TIMEOUT] 11 bug: 1709960 12 [Page with <embed type=undefined src=/media/white.mp4>] 13 expected: 14 if (os == "linux") and debug and not fission: [PRECONDITION_FAILED, PASS] 15 if (os == "linux") and not debug and not tsan: TIMEOUT 16 if os == "android": [PRECONDITION_FAILED, PASS] 17 [PASS, PRECONDITION_FAILED] 18 19 [Page with <object type=undefined data=/media/white.mp4>] 20 expected: 21 if (os == "linux") and not debug and not tsan: [NOTRUN, PASS, TIMEOUT, PRECONDITION_FAILED] 22 if (os == "android") and sessionHistoryInParent and debug: [PRECONDITION_FAILED, PASS, TIMEOUT] 23 if (os == "android") and sessionHistoryInParent and not debug: [PASS, PRECONDITION_FAILED, TIMEOUT] 24 if (os == "android") and not sessionHistoryInParent and not debug: [PASS, PRECONDITION_FAILED, TIMEOUT] 25 [PASS, TIMEOUT, PRECONDITION_FAILED]