Bug 93231 - [Qt][WK2] fast/forms/range/slider-mouse-events.html and fast/forms/range/slider-onchange-event.html fail after r124625
Summary: [Qt][WK2] fast/forms/range/slider-mouse-events.html and fast/forms/range/slid...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-06 01:09 PDT by Balazs Ankes
Modified: 2014-02-03 03:22 PST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Balazs Ankes 2012-08-06 01:09:41 PDT
fast/forms/range/slider-mouse-events.html
--- /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/forms/range/slider-mouse-events-expected.txt 
+++ /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/forms/range/slider-mouse-events-actual.txt 
@@ -1,18 +1,13 @@
 This tests that slider controls get mousedown, mousemove, input, and mouseup events and properly set its value.
 
 mousemove
-mousedown
+input
 0
+input
+40
 mousemove
 input
-mouseup
-40
-mousemove
-mousedown
+5
 input
-5
-mousemove
-input
-mouseup
 20


fast/forms/range/slider-onchange-event.html
--- /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/forms/range/slider-onchange-event-expected.txt 
+++ /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/forms/range/slider-onchange-event-actual.txt 
@@ -4,4 +4,6 @@
 change
 input
 change
+input
+change
Comment 1 Hugo Parente Lima 2012-08-29 10:21:17 PDT
It works for me, the output here on WTR is:

Content-Type: text/plain
This tests that slider controls get the onchange event and that it is sent after the DOMInput event.

input
change
input
change

#EOF
#EOF
#EOF

This match the expected file, i.e. the test pass on run-webkit-tests.

Would you test it again?
Comment 2 Hugo Parente Lima 2012-08-29 10:23:19 PDT
Ah, btw I tested it under r126874
Comment 3 Zoltan Arvai 2012-08-30 00:46:03 PDT
All two test passes on x86-64 Linux Qt Release WebKit2 with r127108.
Comment 4 Csaba Osztrogonác 2012-08-30 00:47:47 PDT
(In reply to comment #3)
> All two test passes on x86-64 Linux Qt Release WebKit2 with r127108.

In this case we should unskip them. ;)
Comment 5 Csaba Osztrogonác 2012-08-30 07:05:05 PDT
Unskip landed in r127133. Thanks for the testing.
Comment 6 Csaba Osztrogonác 2012-08-30 08:47:09 PDT
Reopen, because they still fail ... It's strange ... I skipped them again. 
They pass if we run only these tests, but fail if we run all tests.
One more DRT/WTR sideeffect bug. :-/ Otherwise I noticed now, these tests
are flakey on WK1, but they pass after retry.
Comment 7 Gábor Ábrahám 2013-05-30 04:20:11 PDT
fast/forms/range/slider-onchange-event.html now passing on wk2
https://trac.webkit.org/changeset/150892
Comment 8 Jocelyn Turcotte 2014-02-03 03:22:02 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.