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

Unified Diff: chrome/test/page_cycler/page_cycler_test.cc

Issue 155003: Add morejs to page cycler tests. (Closed)
Patch Set: Created 11 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/page_cycler/page_cycler_test.cc
diff --git a/chrome/test/page_cycler/page_cycler_test.cc b/chrome/test/page_cycler/page_cycler_test.cc
index e021563c3ff00430cd30a4945f3fd06ade77ab26..0836959e1a1118718ee90aadf1d6560bf3a064a2 100644
--- a/chrome/test/page_cycler/page_cycler_test.cc
+++ b/chrome/test/page_cycler/page_cycler_test.cc
@@ -476,6 +476,14 @@ TEST_F(PageCyclerReferenceTest, DhtmlFile) {
RunTest("dhtml", false);
}
+TEST_F(PageCyclerTest, MorejsFile) {
+ RunTest("morejs", false);
+}
+
+TEST_F(PageCyclerReferenceTest, MorejsFile) {
+ RunTest("morejs", false);
+}
+
// http (localhost) tests
TEST_F(PageCyclerTest, MozHttp) {
RunTest("moz", true);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698