Run pending tasks in Android's message pump after resetting a layout test.
commitb00a659d469c11e9573e4f4c3f5b0addffe4b0a0
authorpeter@chromium.org <peter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 28 Aug 2013 16:02:10 +0000 (28 16:02 +0000)
committerpeter@chromium.org <peter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 28 Aug 2013 16:02:10 +0000 (28 16:02 +0000)
tree46329f0a034f4330247f5de3cbb8e5dba450f875
parent8d181bfcdc9134e9d98577d77ce340501e8ee922
Run pending tasks in Android's message pump after resetting a layout test.

There are tasks left in the queue as part of resetting the previous
test which was being ran. Run these before starting the next test,
making it possible to run more than one test in a sequence.

BUG=232044, 274482

Review URL: https://chromiumcodereview.appspot.com/23089005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220037 0039d316-1c4b-4281-b951-d872f2087c98
content/shell/browser/shell_browser_main.cc
content/shell/browser/webkit_test_controller.cc