IndexedDB pyauto tests rely on restarting the browser and navigating to a new...
IndexedDB pyauto tests rely on restarting the browser and navigating to a new tab. On CrOS the restart was causing the previous session's tabs to be restored, which confused the test. Set a preference to start sessions on the new tab page, , and refactor to avoid polling for results so that failures are detected immediately and with useful error messages. BUG=123045 TEST=python chrome/test/functional/indexeddb.py R=nirnimesh@chromium.org Review URL: http://codereview.chromium.org/10216002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133993 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment