Bug 149688

Summary: Add iOS touch event test
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: fred.wang, rniwa, simon.fraser, thorton, wenson_hsieh
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch rniwa: review+

Simon Fraser (smfr)
Reported 2015-09-30 17:17:26 PDT
Add iOS touch event test
Attachments
Patch (4.31 KB, patch)
2015-09-30 17:17 PDT, Simon Fraser (smfr)
rniwa: review+
Simon Fraser (smfr)
Comment 1 2015-09-30 17:17:54 PDT
Ryosuke Niwa
Comment 2 2015-09-30 18:06:41 PDT
Comment on attachment 262210 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=262210&action=review > LayoutTests/fast/events/touch/ios/touch-event.html:56 > + FAIL: no touch event received. We should probably add a description saying that this test requires UIController or a way to run this test manually.
Ryosuke Niwa
Comment 3 2015-09-30 18:11:21 PDT
Comment on attachment 262210 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=262210&action=review > LayoutTests/fast/events/touch/ios/touch-event.html:20 > + return document.getElementById('ui-script').text; btw, we can just do: return ` (function() { uiController.singleTapAtPoint(50, 50, function() { uiController.uiScriptComplete("Done"); }); })(); `
Simon Fraser (smfr)
Comment 4 2015-10-01 11:27:21 PDT
Note You need to log in before you can comment on or make changes to this bug.