Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Unified Diff: content/test/gpu/gpu_tests/context_lost.py

Issue 265933012: Fixed typo in page's name causing --page-filter to not work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698