Bug 61320 - fast/events/selectstart-by-double-triple-clicks.html and selectstart-by-drag.html are failing on GTK
Summary: fast/events/selectstart-by-double-triple-clicks.html and selectstart-by-drag....
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 19489
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-23 16:34 PDT by Ryosuke Niwa
Modified: 2024-02-08 00:59 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2011-05-23 16:34:54 PDT
fast/events/selectstart-by-double-triple-clicks.html and selectstart-by-drag.html are failing on GTK ever since they were checked in with the following diffs:

selectstart-by-double-triple-clicks.html:
 Initial state: PASS
 Mouse down: PASS
 Mouse up: PASS
-Second mouse down: PASS
-Second mouse up: PASS
-Third mouse down: PASS
-Third mouse up: PASS
+Second mouse down: FAIL - expected selection to be range but was caret
+Second mouse up: FAIL - expected selection to be range but was caret
+Third mouse down: FAIL - expected selection to be range but was caret
+Third mouse up: FAIL - expected selection to be range but was caret
 Done.

selectstart-by-drag.html:
 Mouse down: PASS
 Moving slightly to the right: PASS
 Moving slightly to the left: PASS
-Moving to the right: PASS
-Moving further to the right: PASS
+Moving to the right: FAIL - expected selection to be range but was caret
+Moving further to the right: FAIL - expected selection to be range but was caret
 Moving back to the left: PASS
-Moving to the right again: PASS
+Moving to the right again: FAIL - expected selection to be range but was caret
 Mouse down on the right: PASS
-Moving to the left: PASS
+Moving to the left: FAIL - expected selection to be range but was caret
 Done.
Comment 1 Ahmad Saleem 2024-02-08 00:59:48 PST
We don't have this platform with any expectation for GTK but in iOS.

We might have different bug for that expectation so no need to track this old one.

Marking this as 'RESOLVED CONFIGURATION CHANGED'.