RESOLVED FIXED149688
Add iOS touch event test
https://bugs.webkit.org/show_bug.cgi?id=149688
Summary Add iOS touch event test
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.