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

Unified Diff: chrome/test/data/webui/webui_resource_browsertest.cc

Issue 1952253004: I18nBehavior: make i18nRaw private as raw_, add tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@i18n-behavior
Patch Set: . Created 4 years, 7 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 | « chrome/test/data/webui/i18n_behavior_test.html ('k') | ui/webui/resources/js/i18n_behavior.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/webui_resource_browsertest.cc
diff --git a/chrome/test/data/webui/webui_resource_browsertest.cc b/chrome/test/data/webui/webui_resource_browsertest.cc
index 61c0ba8fd1848584ecae8b966237fa209e06de57..bae7fe76de33625ed398be3b2dfe43536c640920 100644
--- a/chrome/test/data/webui/webui_resource_browsertest.cc
+++ b/chrome/test/data/webui/webui_resource_browsertest.cc
@@ -246,3 +246,10 @@ IN_PROC_BROWSER_TEST_F(WebUIResourceBrowserTest, PromiseResolverTest) {
AddLibrary(IDR_WEBUI_JS_PROMISE_RESOLVER);
LoadFile(base::FilePath(FILE_PATH_LITERAL("promise_resolver_test.html")));
}
+
+IN_PROC_BROWSER_TEST_F(WebUIResourceBrowserTest, I18nBehaviorTest) {
+ AddLibrary(IDR_WEBUI_JS_LOAD_TIME_DATA);
+ AddLibrary(IDR_WEBUI_JS_PARSE_HTML_SUBSET);
+ AddLibrary(IDR_WEBUI_JS_I18N_BEHAVIOR);
+ LoadFile(base::FilePath(FILE_PATH_LITERAL("i18n_behavior_test.html")));
+}
« no previous file with comments | « chrome/test/data/webui/i18n_behavior_test.html ('k') | ui/webui/resources/js/i18n_behavior.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698