Source code
Revision control
Copy as Markdown
Other Tools
[mousemove_after_mouseover_target_removed.html]
["mousemove" should be fired on the parent of "mouseover" target which was removed at "mouseover"]
expected:
if (os == "android") and not debug: [PASS, FAIL]
["mousemove" should be fired on the parent of "mouseover" target which was replaced at "mouseover" (rather than new child)]
expected:
if (os == "android") and not debug: [PASS, FAIL]
["mousemove" should be fired on the grandparent of "mouseover" target which was removed at "mouseover" with the parent]
expected:
if (os == "android") and not debug: [PASS, FAIL]
["mousemove" should be fired on the grandparent of "mouseover" target which was replaced at "mouseover" with the parent]
expected:
if (os == "android") and not debug: [PASS, FAIL]