commit | 57a1c18766fa53fcf8fb7757e24bd6a4d7bfa76b | [log] [tgz] |
---|---|---|
author | Hui Shu <hush@google.com> | Fri Dec 11 14:52:55 2015 -0800 |
committer | Raj Mamadgi <r.mamadgi@samsung.com> | Mon Jan 22 12:58:07 2018 -0800 |
tree | dcaebf496da9a847dcf8483780c6af432daa062d | |
parent | 1183f12dc337cd603b07390c9354df201393c081 [diff] |
Deflake WebViewTest#testPageScroll The test was flaky because it checks every 50ms after calling pageUp(true) or pageDown(true). The page scroll offset on UI thread may not change with 50ms. Instead, a polling check for the new scroll offset is in place, until the polling check times out. BUG:crbug.com/534643 Change-Id: I25f9806b24b3f17a85fc5f5e43e2296a1793d38a