[Webkit-unassigned] [Bug 21892] nested SVGs inside html table element fail to hit-test correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 28 17:52:56 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=21892


simon.fraser at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29873|review?                     |review-
               Flag|                            |




------- Comment #16 from simon.fraser at apple.com  2009-04-28 17:52 PDT -------
(From update of attachment 29873)


> +  if (window.eventSender) {
> +    layoutTestController.dumpAsText();
> +    eventSender.mouseMoveTo(50, 50);
> +    eventSender.mouseDown();
> +    eventSender.mouseUp();

I think using document.elementFromPoint() is preferable, because then your test
works outside of DRT.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list