[webkit-reviews] review denied: [Bug 21892] nested SVGs inside html table element fail to hit-test correctly : [Attachment 29873] Add a couple table hit tests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 28 17:52:56 PDT 2009
Simon Fraser (smfr) <simon.fraser at apple.com> has denied Eric Seidel
<eric at webkit.org>'s request for review:
Bug 21892: nested SVGs inside html table element fail to hit-test correctly
https://bugs.webkit.org/show_bug.cgi?id=21892
Attachment 29873: Add a couple table hit tests
https://bugs.webkit.org/attachment.cgi?id=29873&action=review
------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
> + 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.
More information about the webkit-reviews
mailing list