RESOLVED DUPLICATE of bug 5908261396
[GTK] implement eventSender.scalePageBy
https://bugs.webkit.org/show_bug.cgi?id=61396
Summary [GTK] implement eventSender.scalePageBy
Ryosuke Niwa
Reported 2011-05-24 14:32:52 PDT
r83140 added eventSender.scalePageBy and several tests require this.
Attachments
Ryosuke Niwa
Comment 1 2011-05-24 14:36:33 PDT
Martin Robinson
Comment 2 2011-06-15 09:08:08 PDT
*** This bug has been marked as a duplicate of bug 59082 ***
Ryosuke Niwa
Comment 3 2011-06-15 09:15:38 PDT
Martin, should we unskip fast/events/scroll-in-scaled-page-with-overflow-hidden.html then? I swear the test was failing due to the lack of method when I added it to the skipped list.
Martin Robinson
Comment 4 2011-06-15 09:46:58 PDT
This seems to be the issue: https://bugs.webkit.org/show_bug.cgi?id=36003 There's no implementation for eventSender.mouseScrollBy. I'll update the skipped list.
Ryosuke Niwa
Comment 5 2011-06-15 10:06:08 PDT
(In reply to comment #4) > This seems to be the issue: https://bugs.webkit.org/show_bug.cgi?id=36003 There's no implementation for eventSender.mouseScrollBy. I'll update the skipped list. Ah, ok. Sorry about the confusion :( Should have read the function name more carefully!
Martin Robinson
Comment 6 2011-06-15 10:15:56 PDT
(In reply to comment #5) > (In reply to comment #4) > > This seems to be the issue: https://bugs.webkit.org/show_bug.cgi?id=36003 There's no implementation for eventSender.mouseScrollBy. I'll update the skipped list. > > Ah, ok. Sorry about the confusion :( Should have read the function name more carefully! No worries! Thanks for filing the bug.
Note You need to log in before you can comment on or make changes to this bug.