mousemove_after_mouseover_target_removed.html.ini (799B)
1 [mousemove_after_mouseover_target_removed.html] 2 ["mousemove" should be fired on the parent of "mouseover" target which was removed at "mouseover"] 3 expected: 4 if (os == "android") and not debug: [PASS, FAIL] 5 6 ["mousemove" should be fired on the parent of "mouseover" target which was replaced at "mouseover" (rather than new child)] 7 expected: 8 if (os == "android") and not debug: [PASS, FAIL] 9 10 ["mousemove" should be fired on the grandparent of "mouseover" target which was removed at "mouseover" with the parent] 11 expected: 12 if (os == "android") and not debug: [PASS, FAIL] 13 14 ["mousemove" should be fired on the grandparent of "mouseover" target which was replaced at "mouseover" with the parent] 15 expected: 16 if (os == "android") and not debug: [PASS, FAIL]