Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1435)

Unified Diff: mojo/tools/data/apptests

Issue 1294473008: Makes OOPIFs the default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/tools/data/apptests
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index 4ecb862d93b50fbf5155b9ef842abc2bcbe5d97e..6b2e6c25e9b5c11eddb7daa7b7b04b98deb34527 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -56,21 +56,13 @@ if config.target_os != config.OS_ANDROID:
'test': 'mojo:html_viewer_apptests',
'name': 'mojo:html_viewer_apptests',
'type': 'gtest_isolated',
- 'args': ['--use-test-config']
+ 'args': ['--use-test-config', '--enable-html-viewer-test-interface']
},
{
'test': 'mojo:html_viewer_apptests',
- 'name': 'mojo:html_viewer_apptests OOPIFS',
+ 'name': 'mojo:html_viewer_apptests new frame',
'type': 'gtest_isolated',
- 'args': ['--use-test-config', '--oopifs',
- '--enable-html-viewer-test-interface']
- },
- {
- 'test': 'mojo:html_viewer_apptests',
- 'name': 'mojo:html_viewer_apptests OOPIFS new frame',
- 'type': 'gtest_isolated',
- 'args': ['--use-test-config', '--oopifs',
- '--oopif-always-create-new-frame-tree',
+ 'args': ['--use-test-config', '--oopif-always-create-new-frame-tree',
'--enable-html-viewer-test-interface']
},
{

Powered by Google App Engine
This is Rietveld 408576698