Changes between Version 8 and Version 9 of Writing Layout Tests to test iOS UI features


Ignore:
Timestamp:
Sep 30, 2015 3:51:08 PM (9 years ago)
Author:
Simon Fraser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Layout Tests to test iOS UI features

    v8 v9  
    137137
    138138UIScriptController will grow to allow tests to drive more behaviors in the UI process, for things like the keyboard, key events, selection, callouts etc.. We will also likely add ways to read back UI process state, like the state of the selection handles and callout bars.
     139
     140= Non-iOS platforms =
     141
     142testRunner.runUIScript() and UIScriptController build and are available on other WebKit2 platforms as well. There's no reason why they could not be used for testing UI-side features there too.