| 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 5e27d21b6d3fcc650eb76f03884f25abff79871d..6a58b79292a7a22453d9459c16625dda71c1ab05 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance.py
|
| @@ -88,10 +88,9 @@ class WebglConformance(test_module.Test):
|
| {'action': 'navigate'},
|
| {
|
| 'action': 'wait',
|
| - 'condition': 'javascript',
|
| 'javascript': 'webglTestHarness._finished',
|
| 'timeout': 120
|
| - },
|
| + }
|
| ]
|
| })
|
|
|
|
|