Bug 128737 - [EFL][WK2] fast/events/touch/basic-multi-touch-events.html is failing
Summary: [EFL][WK2] fast/events/touch/basic-multi-touch-events.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-13 04:28 PST by Michal Pakula vel Rutka
Modified: 2014-05-26 08:13 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Pakula vel Rutka 2014-02-13 04:28:43 PST
Layout test fast/events/touch/basic-multi-touch-events.html is failing after r163645.

Test output:

@@ -86,18 +86,4 @@
 PASS lastEvent.targetTouches[0].clientY is 30
 PASS lastEvent.targetTouches[0].identifier is 1
 Last remaining touchpoint is released
-PASS lastEvent.type is "touchend"
-PASS lastEvent.touches.length is 0
-PASS lastEvent.changedTouches.length is 1
-PASS lastEvent.targetTouches.length is 0
-PASS lastEvent.pageX is 0
-PASS lastEvent.pageY is 0
-PASS lastEvent.changedTouches[0].pageX is 20
-PASS lastEvent.changedTouches[0].pageY is 30
-PASS lastEvent.changedTouches[0].clientX is 20
-PASS lastEvent.changedTouches[0].clientY is 30
-PASS lastEvent.changedTouches[0].identifier is 1
-PASS successfullyParsed is true
 
-TEST COMPLETE
-
Comment 1 Michal Pakula vel Rutka 2014-05-26 08:13:52 PDT
Fixed in r167867.