Avoiding a race condition in testOnReceivedIcon.

A race condition in the
android.webkit.cts.WebChromeClientTest#testOnReceivedIcon test has been
avoided by putting a 250ms delay between the call to mIconDb.open(dbPath)
and the call to mIconDb.removeAllIcons() in the public void
testOnReceivedIcon() method of the WebChromeClientTest class in the
./cts/tests/tests/webkit/src/android/webkit/cts/WebChromeClientTest.java
module.

Change-Id: Iddf1c9247ccef9e62e879a7179425d4b021cc19b
1 file changed