| Index: content/test/gpu/gpu_tests/webgl_conformance.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance.py b/content/test/gpu/gpu_tests/webgl_conformance.py
|
| index 2aa8ab437cfbcfdc2b4faff2068d4d1f1601e070..965ea9f4c522534a3cdd491b95da17e4ae5cf76c 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance.py
|
| @@ -88,7 +88,7 @@ class WebglConformancePage(page_module.Page):
|
| self.script_to_evaluate_on_commit = conformance_harness_script
|
|
|
| def RunNavigateSteps(self, action_runner):
|
| - action_runner.RunAction(NavigateAction())
|
| + action_runner.NavigateToPage(self)
|
| action_runner.RunAction(WaitAction(
|
| {'javascript': 'webglTestHarness._finished', 'timeout': 120}))
|
|
|
|
|