| Index: content/test/gpu/page_sets/pixel_tests.py
|
| diff --git a/content/test/gpu/page_sets/pixel_tests.py b/content/test/gpu/page_sets/pixel_tests.py
|
| index 254e047e484ca3107d10d4d85c0f84d14ef649bb..3128ba2651ed8f441a2d837b9d4759f29cb1aef7 100644
|
| --- a/content/test/gpu/page_sets/pixel_tests.py
|
| +++ b/content/test/gpu/page_sets/pixel_tests.py
|
| @@ -16,7 +16,7 @@ class PixelTestsPage(page_module.Page):
|
| self.revision = revision
|
|
|
| def RunNavigateSteps(self, action_runner):
|
| - action_runner.RunAction(NavigateAction())
|
| + action_runner.NavigateToPage(self)
|
| action_runner.RunAction(WaitAction(
|
| {
|
| 'javascript': 'domAutomationController._finished',
|
|
|