WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
149688
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2015-09-30 17:17:54 PDT
Created
attachment 262210
[details]
Patch
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
https://trac.webkit.org/r190420
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug