blob: 9ce5ea6d15f445406fe9f4e43c6ef1b74c506fb6 [file] [log] [blame] [view]
# 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 `setUpUnitTests()` at the top level to initialize the
renderer they are expected to run.