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

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

Issue 1229573003: Teach i18nTemplate.process() to handle <link rel=import> and <template> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: videoplayer test fixes Created 5 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/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 4e7bf5c0146d1105c9c9b88f3d2188f9f21b0feb..a1384a75f570471987f287dafd58454403be9080 100644
--- a/chrome/test/data/webui/webui_resource_browsertest.cc
+++ b/chrome/test/data/webui/webui_resource_browsertest.cc
@@ -71,6 +71,13 @@ IN_PROC_BROWSER_TEST_F(WebUIResourceBrowserTest, EventTargetTest) {
RunTest(base::FilePath(FILE_PATH_LITERAL("event_target_test.html")));
}
+IN_PROC_BROWSER_TEST_F(WebUIResourceBrowserTest, I18nProcessTest) {
+ AddLibrary(IDR_WEBUI_JS_LOAD_TIME_DATA);
+ AddLibrary(IDR_WEBUI_JS_I18N_TEMPLATE_NO_PROCESS);
+ AddLibrary(IDR_WEBUI_JS_UTIL);
+ RunTest(base::FilePath(FILE_PATH_LITERAL("i18n_process_test.html")));
+}
+
IN_PROC_BROWSER_TEST_F(WebUIResourceBrowserTest, ListTest) {
AddLibrary(IDR_WEBUI_JS_CR);
AddLibrary(IDR_WEBUI_JS_CR_EVENT_TARGET);
« no previous file with comments | « chrome/test/data/webui/i18n_process_test.html ('k') | components/chrome_apps/webstore_widget/app/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698