Added a browser test for custom launcher pages in experimental app list.
commit0a0ea00371959282756432e104c7f39453479c69
authormgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 30 Jul 2014 14:15:04 +0000 (30 14:15 +0000)
committermgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 30 Jul 2014 14:15:04 +0000 (30 14:15 +0000)
tree5eb078eeb725d3b3d56f5a50e40ab81088312fcf
parentb6adf18ad0e7593fb7c78ca2ad23a69c95bb7c0c
Added a browser test for custom launcher pages in experimental app list.

Currently, this is just a minimal test that loads an app and ensures
that it can run JavaScript code.

BUG=386004

Review URL: https://codereview.chromium.org/426893002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286508 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/apps/app_browsertest_util.h
chrome/browser/apps/custom_launcher_page_browsertest_views.cc [new file with mode: 0644]
chrome/chrome_tests.gypi
chrome/test/data/extensions/platform_apps/custom_launcher_page/dummy.js [new file with mode: 0644]
chrome/test/data/extensions/platform_apps/custom_launcher_page/main.html [new file with mode: 0644]
chrome/test/data/extensions/platform_apps/custom_launcher_page/main.js [new file with mode: 0644]
chrome/test/data/extensions/platform_apps/custom_launcher_page/manifest.json [new file with mode: 0644]