| Index: tools/perf/page_sets/typical_25.py
|
| diff --git a/tools/perf/page_sets/typical_25.py b/tools/perf/page_sets/typical_25.py
|
| index 8f056c143767073ab231703a7263d6fe42934392..5e9d8c372b4e8b142349f43b4d2d54470550bdd8 100644
|
| --- a/tools/perf/page_sets/typical_25.py
|
| +++ b/tools/perf/page_sets/typical_25.py
|
| @@ -50,6 +50,8 @@ class Typical25Page(page_module.Page):
|
|
|
| def RunPageInteractions(self, action_runner):
|
| if self._run_no_page_interactions:
|
| + action_runner.WaitForJavaScriptCondition(
|
| + 'performance.timing.loadEventStart > 0')
|
| return
|
| with action_runner.CreateGestureInteraction('ScrollAction'):
|
| action_runner.ScrollPage()
|
|
|