[webkit-reviews] review granted: [Bug 219255] WTR: handle iframe elements in testdriver pointer move action : [Attachment 415871] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 1 15:07:18 PST 2021


Darin Adler <darin at apple.com> has granted Carlos Garcia Campos
<cgarcia at igalia.com>'s request for review:
Bug 219255: WTR: handle iframe elements in testdriver pointer move action
https://bugs.webkit.org/show_bug.cgi?id=219255

Attachment 415871: Patch

https://bugs.webkit.org/attachment.cgi?id=415871&action=review




--- Comment #10 from Darin Adler <darin at apple.com> ---
Comment on attachment 415871
  --> https://bugs.webkit.org/attachment.cgi?id=415871
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=415871&action=review

>
LayoutTests/imported/w3c/web-platform-tests/uievents/click/click_event_target_c
hild_parent-expected.txt:11
> -PASS Click targets the nearest common ancestor
> +FAIL Click targets the nearest common ancestor assert_equals: Click should
be sent to the nearest common ancestor expected
"mousedown at link1,mouseup at link_container1,click at link_container1,mousedown at link_c
ontainer2,mouseup at link2,click at link_container2" but got
"mousedown at link1,mouseup at link_container1,mousedown at link_container2,mouseup at link
2,click at link_container2"

Do you understand the cause of this one?


More information about the webkit-reviews mailing list