diff options
Diffstat (limited to 'mojo')
-rw-r--r-- | mojo/tools/data/apptests | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests index 705225f..7f336c6 100644 --- a/mojo/tools/data/apptests +++ b/mojo/tools/data/apptests @@ -28,10 +28,10 @@ tests = [ { "test": "mojo:clipboard_apptests", }, - # TODO(msw): Fix and enable the html_viewer_apptests: http://crbug.com/479298 - #{ - # "test": "mojo:html_viewer_apptests", - #}, + { + "test": "mojo:html_viewer_apptests", + "shell-args": ["--is-headless"], + }, { "test": "mojo:network_service_apptests", }, |