[DevTools] Removed refreshing from Cache Storage live update list test
The live update list layout test was using dumpCacheTree() to output the current cache storage list. However, dumpCacheTree() refreshes cache storage before dumping, causing the test to pass even if live update fails. Switched to use dumpCacheTreeNoRefresh(), which dumps the current tree without refreshing. Bug: None Change-Id: Ie34d6261362c3ae5b1584fdf163a0ca559c75787 Reviewed-on: https://chromium-review.googlesource.com/639916 Commit-Queue: Kristi Park <kristipark@chromium.org> Reviewed-by:Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#500006}
Showing
Please register or sign in to comment