Index: content/test/gpu/gpu_tests/webgl_robustness.py |
diff --git a/content/test/gpu/gpu_tests/webgl_robustness.py b/content/test/gpu/gpu_tests/webgl_robustness.py |
index 507d770b9d880d5a83d5cc189e1d0c43bd09de51..aefb8b9becfdae2c5eb6b23eebecd1b29e1ec40a 100644 |
--- a/content/test/gpu/gpu_tests/webgl_robustness.py |
+++ b/content/test/gpu/gpu_tests/webgl_robustness.py |
@@ -57,7 +57,10 @@ class WebglRobustness(test.Test): |
{ |
'url': 'file:///extra/lots-of-polys-example.html', |
'script_to_evaluate_on_commit': robustness_harness_script, |
- 'wait_for_javascript_expression': 'webglTestHarness._finished' |
+ 'navigate_steps': [ |
+ { 'action': 'navigate' }, |
+ { 'action': 'wait', 'javascript': 'webglTestHarness._finished' } |
+ ] |
} |
] |
} |