RESOLVED INVALID 76986
[Qt][WK2] scrollbars/scroll-rtl-or-bt-layer.html fails
https://bugs.webkit.org/show_bug.cgi?id=76986
Summary [Qt][WK2] scrollbars/scroll-rtl-or-bt-layer.html fails
Csaba Osztrogonác
Reported 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
Attachments
Tony Chang
Comment 1 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.
Tony Chang
Comment 2 2012-01-25 09:59:35 PST
Tony Chang
Comment 3 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.
Tony Chang
Comment 4 2012-01-25 10:35:34 PST
Jocelyn Turcotte
Comment 5 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.
Note You need to log in before you can comment on or make changes to this bug.