Bug 76986
Summary: | [Qt][WK2] scrollbars/scroll-rtl-or-bt-layer.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | darin, ossy, tony |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 42194 | ||
Bug Blocks: | 76317 |
Csaba Osztrogonác
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tony Chang
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
Skipped in http://trac.webkit.org/changeset/105890
Tony Chang
(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
http://trac.webkit.org/changeset/105896
Jocelyn Turcotte
=== 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.