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 35ec6646dc2f2bc5e599fc0c007ab25c6223c605..4307fcce5a7d0c8dfe58fa4bc61945507067ab55 100644 |
--- a/content/test/gpu/gpu_tests/context_lost.py |
+++ b/content/test/gpu/gpu_tests/context_lost.py |
@@ -164,7 +164,7 @@ class WebGLContextLostFromQuantityPage(page.Page): |
url='file://webgl.html?query=forced_quantity_loss', |
page_set=page_set, |
base_dir=base_dir) |
- self.name = 'ContextLost.WebGLContextLostFromQuantity', |
+ self.name = 'ContextLost.WebGLContextLostFromQuantity' |
self.script_to_evaluate_on_commit = harness_script |
self.kill_gpu_process = False |
self.force_garbage_collection = True |