Bug 61396

Summary: [GTK] implement eventSender.scalePageBy
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bdakin, mrobinson, sam, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Ryosuke Niwa 2011-05-24 14:32:52 PDT
r83140 added eventSender.scalePageBy and several tests require this.
Comment 1 Ryosuke Niwa 2011-05-24 14:36:33 PDT
Skipped test in http://trac.webkit.org/changeset/87207
Comment 2 Martin Robinson 2011-06-15 09:08:08 PDT

*** This bug has been marked as a duplicate of bug 59082 ***
Comment 3 Ryosuke Niwa 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.
Comment 4 Martin Robinson 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.
Comment 5 Ryosuke Niwa 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!
Comment 6 Martin Robinson 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.