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

Unified Diff: chrome/browser/ui/webui/web_ui_browsertest.h

Issue 11363170: Add an accessibility audit test for WebUI pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added some test cases for the test test Created 8 years 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 | « DEPS ('k') | chrome/browser/ui/webui/web_ui_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/web_ui_browsertest.h
diff --git a/chrome/browser/ui/webui/web_ui_browsertest.h b/chrome/browser/ui/webui/web_ui_browsertest.h
index f184570deb369472245840dd3f09436013781bf7..271dcf2bf93e30ab2b064ea93c54b38767483e4e 100644
--- a/chrome/browser/ui/webui/web_ui_browsertest.h
+++ b/chrome/browser/ui/webui/web_ui_browsertest.h
@@ -52,6 +52,9 @@ class WebUIBrowserTest
// as relative to the test data dir.
void AddLibrary(const FilePath& library_path);
+ // Add a helper JS library from a path relative to base::DIR_SOURCE_ROOT.
+ void AddLibraryFromPath(const FilePath path);
scr 2012/12/18 23:13:44 const FilePath& path // (the reference is missing)
scr 2012/12/18 23:15:09 Weird - I don't know why this comment didn't go ou
aboxhall 2012/12/19 19:10:05 Yeah, fixed. No idea what's going on there, but eh
+
// Runs a javascript function in the context of all libraries.
// Note that calls to functions in test_api.js are not supported.
// Takes ownership of Value* arguments.
« no previous file with comments | « DEPS ('k') | chrome/browser/ui/webui/web_ui_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698