blob: acd49655295e0ae4ba7297b956ed34cdf159260e [file] [log] [blame] [view] [edit]
# UI Tests
These tests are intended to be renderer-agnostic. These tests should not use
APIs which only exist in either the HTML or CanvasKit renderers.
In practice, this means these tests should only use `dart:ui` APIs or
`dart:_engine` APIs which are not renderer-specific.
## Notes
These tests should call `setUpUiTest()` at the top level to initialize the
renderer they are expected to run.