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

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

Issue 1871043004: Make PromiseResolver's members read-only (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « chrome/test/data/webui/promise_resolver_test.html ('k') | ui/webui/resources/html/promise_resolver.html » ('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 b1d55188fae0b77fd157fbbc9339da5521876918..5f966dc9ddb9a9a55e4f017a31770612f0e373b4 100644
--- a/chrome/test/data/webui/webui_resource_browsertest.cc
+++ b/chrome/test/data/webui/webui_resource_browsertest.cc
@@ -239,3 +239,9 @@ IN_PROC_BROWSER_TEST_F(WebUIResourceBrowserTest, UtilTest) {
AddLibrary(IDR_WEBUI_JS_UTIL);
LoadFile(base::FilePath(FILE_PATH_LITERAL("util_test.html")));
}
+
+IN_PROC_BROWSER_TEST_F(WebUIResourceBrowserTest, PromiseResolverTest) {
+ AddLibrary(IDR_WEBUI_JS_ASSERT);
+ AddLibrary(IDR_WEBUI_JS_PROMISE_RESOLVER);
+ LoadFile(base::FilePath(FILE_PATH_LITERAL("promise_resolver_test.html")));
dpapad 2016/04/08 22:32:49 Thanks for adding tests! Just one comment/question
Dan Beam 2016/04/08 23:11:21 as per offline convo, i'll add a TODO to deprecate
+}
« no previous file with comments | « chrome/test/data/webui/promise_resolver_test.html ('k') | ui/webui/resources/html/promise_resolver.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698