Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pointerevents/pointerevent_capture_mouse.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h4>
on_event(target1, "pointermove", function (event) {
test(function() {
assert_false(isPointerCapture, "pointermove shouldn't trigger for this target when capture is enabled");
}, "pointermove shouldn't trigger for the purple rectangle while the black rectangle has capture");
}, "pointermove shouldn't trigger for the purple rectangle while the black rectangle has capture - isPointerCapture is " + isPointerCapture);

if(!pointermoveNoCaptureGot1) {
actions_promise3 = actions_promise2.then( () => {
Expand Down