Bug 61396
| Summary: | [GTK] implement eventSender.scalePageBy | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bdakin, mrobinson, sam, xan.lopez |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
r83140 added eventSender.scalePageBy and several tests require this.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Skipped test in http://trac.webkit.org/changeset/87207
Martin Robinson
*** This bug has been marked as a duplicate of bug 59082 ***
Ryosuke Niwa
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
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
(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
(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.