mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
moebius#71: DOM - Pointer Events - improvements
https://github.com/MoonchildProductions/moebius/pull/71
This commit is contained in:
parent
10e5833dce
commit
40c62c205b
23 changed files with 294 additions and 430 deletions
|
|
@ -116,7 +116,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=1162990
|
|||
parent.is(test_targetDown, 1, "Part2: target should receive pointerdown event");
|
||||
parent.is(test_targetGotCapture, 1, "Part2: target should receive gotpointercapture event");
|
||||
parent.is(test_targetLostCapture, 1, "Part2: target should receive lostpointercapture event");
|
||||
parent.is(test_targetLeave, 1, "Part2: target should receive pointerleave event");
|
||||
parent.is(test_targetLeave, 0, "Part2: target should not receive pointerleave event");
|
||||
parent.is(test_childLeave, 0, "Part2: child should not receive pointerleave event after pointer capturing");
|
||||
parent.is(test_listenerLeave, 0, "Part2: listener should not receive pointerleave event after pointer capturing");
|
||||
logger("finishTest");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue