Bug 61320
Summary: | fast/events/selectstart-by-double-triple-clicks.html and selectstart-by-drag.html are failing on GTK | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, mrobinson |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 19489 | ||
Bug Blocks: |
Ryosuke Niwa
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
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'.