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

Unified Diff: chrome/test/data/webui/sample_pass.js

Issue 7237030: Added options browser_tests using the generator and js handler framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/settings/options/, moved .cc into options dir, addressed JS readability. Created 9 years, 5 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
Index: chrome/test/data/webui/sample_pass.js
diff --git a/chrome/test/data/webui/sample_pass.js b/chrome/test/data/webui/sample_pass.js
index 4e6e9fc8deefa8df12443f403d919fd57e03e361..c9b6db0a206bbcfdfcc02889965b39aba7c2ce09 100644
--- a/chrome/test/data/webui/sample_pass.js
+++ b/chrome/test/data/webui/sample_pass.js
@@ -16,4 +16,4 @@ function testAssertEquals() {
assertEquals(5, 5, "fives");
}
-var test_fixture = 'WebUIBrowserTestPass';
+var testFixture = 'WebUIBrowserTestPass';

Powered by Google App Engine
This is Rietveld 408576698