popover-events.html.ini (1376B)
1 [popover-events.html] 2 [The "beforetoggle" event (listener) get properly dispatched for popovers] 3 expected: 4 if (os == "win") and (processor == "x86_64"): [FAIL, PASS] 5 if (os == "mac") and not debug: PASS 6 if (os == "linux") and (processor == "x86"): [FAIL, PASS] 7 [PASS, FAIL] 8 9 [The "beforetoggle" event (attribute) get properly dispatched for popovers] 10 expected: 11 if (os == "win") and (processor == "x86_64"): [FAIL, PASS] 12 if (os == "mac") and not debug: PASS 13 if (os == "linux") and (processor == "x86"): [FAIL, PASS] 14 [PASS, FAIL] 15 16 [The "beforetoggle" event is cancelable for the "opening" transition] 17 expected: 18 if (os == "win") and (processor == "x86_64"): [FAIL, PASS] 19 if (os == "mac") and not debug: PASS 20 if (os == "linux") and (processor == "x86"): [FAIL, PASS] 21 [PASS, FAIL] 22 23 [The "beforetoggle" event is not fired for element removal] 24 expected: 25 if (os == "win") and (processor == "x86_64"): [FAIL, PASS] 26 if (os == "mac") and not debug: PASS 27 if (os == "linux") and (processor == "x86"): [FAIL, PASS] 28 [PASS, FAIL] 29 30 [The "toggle" event is coalesced] 31 expected: 32 if (os == "win") and (processor == "x86_64"): [FAIL, PASS] 33 if (os == "mac") and not debug: PASS 34 if (os == "linux") and (processor == "x86"): [FAIL, PASS] 35 [PASS, FAIL]