| Index: content/test/gpu/gpu_tests/context_lost.py
|
| diff --git a/content/test/gpu/gpu_tests/context_lost.py b/content/test/gpu/gpu_tests/context_lost.py
|
| index 633df6022bc1c19eb7ba24a77f5a1f9e2f211968..35ec6646dc2f2bc5e599fc0c007ab25c6223c605 100644
|
| --- a/content/test/gpu/gpu_tests/context_lost.py
|
| +++ b/content/test/gpu/gpu_tests/context_lost.py
|
| @@ -148,7 +148,7 @@ class WebGLContextLostFromLoseContextExtensionPage(page.Page):
|
| url='file://webgl.html?query=WEBGL_lose_context',
|
| page_set=page_set,
|
| base_dir=base_dir)
|
| - self.name = 'ContextLost.WebGLContextLostFromLoseContextExtension',
|
| + self.name = 'ContextLost.WebGLContextLostFromLoseContextExtension'
|
| self.script_to_evaluate_on_commit = harness_script
|
| self.kill_gpu_process = False
|
| self.force_garbage_collection = False
|
|
|