Bug 76986 - [Qt][WK2] scrollbars/scroll-rtl-or-bt-layer.html fails
Summary: [Qt][WK2] scrollbars/scroll-rtl-or-bt-layer.html fails
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on: 42194
Blocks: 76317
  Show dependency treegraph
 
Reported: 2012-01-24 23:55 PST by Csaba Osztrogonác
Modified: 2014-02-03 03:19 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2012-01-24 23:55:52 PST
crollbars/scroll-rtl-or-bt-layer.html introduced in http://trac.webkit.org/changeset/105820,
but fails on Qt-WK2 platform. Maybe on SL-WK2 too, but I'm not sure, because this bot
is dead long long time ago.

--- /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/scrollbars/scroll-rtl-or-bt-layer-expected.txt 
+++ /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/scrollbars/scroll-rtl-or-bt-layer-actual.txt 
@@ -1,5 +1,9 @@
 This test requires DumpRenderTree. To test manually, try to scroll the blue div to the left and the red div up using the scrollbar arrows or the mouse wheel. The test passes if the divs scroll.
 
-rtl: PASS
-bt: PASS
+rtl: FAIL
+scrollLeft before: 80
+scrollLeft after: 80
+bt: FAIL
+scrollTop before: 131
+scrollTop after: 131
Comment 1 Tony Chang 2012-01-25 09:46:09 PST
The test uses eventSender.mouseScrollBy, which doesn't appear to be implemented in webkit2 (other tests that use this are Skipped and bug 42194).

I'll add it to the Skipped lists for wk2.
Comment 2 Tony Chang 2012-01-25 09:59:35 PST
Skipped in http://trac.webkit.org/changeset/105890
Comment 3 Tony Chang 2012-01-25 10:28:19 PST
(In reply to comment #1)
> The test uses eventSender.mouseScrollBy, which doesn't appear to be implemented in webkit2 (other tests that use this are Skipped and bug 42194).
> 
> I'll add it to the Skipped lists for wk2.

Ack, looking closer, it looks like mouseScrollBy is implemented in GTK and Mac, but not in Qt.  I'll fix the Skipped lists.
Comment 4 Tony Chang 2012-01-25 10:35:34 PST
http://trac.webkit.org/changeset/105896
Comment 5 Jocelyn Turcotte 2014-02-03 03:19:48 PST
=== Bulk closing of Qt bugs ===

If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.

If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.