Bug 200308

Summary: [iOS] Unskip fast/events/touch/ios/content-observation/non-visible-content-change-in-fullscreen-mode.html
Product: WebKit Reporter: alan baradlay <zalan>
Component: Layout and RenderingAssignee: Jer Noble <jer.noble>
Status: NEW    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
WIP none

alan baradlay
Reported 2019-07-31 11:19:36 PDT
It needs fullscreen API support.
Attachments
WIP (2.93 KB, patch)
2019-10-10 11:06 PDT, Jer Noble
no flags
Radar WebKit Bug Importer
Comment 1 2019-07-31 11:19:58 PDT
Jer Noble
Comment 2 2019-10-10 11:01:02 PDT
This test is all written in terms of "mousemove" and "click" events. Even enabling fullscreen support isn't sufficient to cause the test to pass.
Jer Noble
Comment 3 2019-10-10 11:05:23 PDT
I've got some changes which enable the fullscreen API for WebKitTestRunner (that project doesn't use FeatureDefines.xcconfig, strangely) and that changes fullscreen.js to use `internals.withUserGesture()` rather than `eventSender`. But the test still times out because it's waiting for a "mousemove" and "click" event that will never come on iOS.
Jer Noble
Comment 4 2019-10-10 11:06:44 PDT
Note You need to log in before you can comment on or make changes to this bug.