[pointerevent_touch_target_after_pointerdown_target_removed.tentative.html] [After a touchstart listener moves the target to different position, click event should be fired on the pointerdown target parent] expected: if os == "mac": [PASS, FAIL] [After a touchstart listener removes its target, click event should be fired on the pointerdown target parent] expected: if debug and (os == "linux") and not fission: [PASS, FAIL] if debug and (os == "mac"): [PASS, FAIL] [After a pointerdown listener moves the target to different position, click event should be fired on the pointerdown target parent] expected: if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL] [After a pointerdown listener removes its target, click event should be fired on the pointerdown target parent] expected: if (os == "mac") and not debug: [PASS, FAIL]