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

Unified Diff: chrome/browser/extensions/web_view_browsertest.cc

Issue 12051090: Move all <webview> tests to web_view directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with ToT Created 7 years, 11 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 | chrome/test/data/extensions/platform_apps/web_view/isolation/cookie.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/web_view_browsertest.cc
diff --git a/chrome/browser/extensions/web_view_browsertest.cc b/chrome/browser/extensions/web_view_browsertest.cc
index 16ce050c8fae4c95f2f7fa8cdc7bee158eab267f..63e51089094a0b6fc5eee25d1dac5e0c1f1e7ced 100644
--- a/chrome/browser/extensions/web_view_browsertest.cc
+++ b/chrome/browser/extensions/web_view_browsertest.cc
@@ -56,25 +56,25 @@ class WebViewTest : public extensions::PlatformAppBrowserTest {
navigate_to_url = navigate_to_url.ReplaceComponents(replace_host);
GURL tag_url1 = test_server()->GetURL(
- "files/extensions/platform_apps/web_view_isolation/cookie.html");
+ "files/extensions/platform_apps/web_view/isolation/cookie.html");
tag_url1 = tag_url1.ReplaceComponents(replace_host);
GURL tag_url2 = test_server()->GetURL(
- "files/extensions/platform_apps/web_view_isolation/cookie2.html");
+ "files/extensions/platform_apps/web_view/isolation/cookie2.html");
tag_url2 = tag_url2.ReplaceComponents(replace_host);
GURL tag_url3 = test_server()->GetURL(
- "files/extensions/platform_apps/web_view_isolation/storage1.html");
+ "files/extensions/platform_apps/web_view/isolation/storage1.html");
tag_url3 = tag_url3.ReplaceComponents(replace_host);
GURL tag_url4 = test_server()->GetURL(
- "files/extensions/platform_apps/web_view_isolation/storage2.html");
+ "files/extensions/platform_apps/web_view/isolation/storage2.html");
tag_url4 = tag_url4.ReplaceComponents(replace_host);
GURL tag_url5 = test_server()->GetURL(
- "files/extensions/platform_apps/web_view_isolation/storage1.html#p1");
+ "files/extensions/platform_apps/web_view/isolation/storage1.html#p1");
tag_url5 = tag_url5.ReplaceComponents(replace_host);
GURL tag_url6 = test_server()->GetURL(
- "files/extensions/platform_apps/web_view_isolation/storage1.html#p2");
+ "files/extensions/platform_apps/web_view/isolation/storage1.html#p2");
tag_url6 = tag_url6.ReplaceComponents(replace_host);
GURL tag_url7 = test_server()->GetURL(
- "files/extensions/platform_apps/web_view_isolation/storage1.html#p3");
+ "files/extensions/platform_apps/web_view/isolation/storage1.html#p3");
tag_url7 = tag_url7.ReplaceComponents(replace_host);
ui_test_utils::NavigateToURLWithDisposition(
@@ -95,7 +95,7 @@ class WebViewTest : public extensions::PlatformAppBrowserTest {
tag_url6, content::NotificationService::AllSources());
ui_test_utils::UrlLoadObserver observer7(
tag_url7, content::NotificationService::AllSources());
- LoadAndLaunchPlatformApp("web_view_isolation");
+ LoadAndLaunchPlatformApp("web_view/isolation");
observer1.Wait();
observer2.Wait();
observer3.Wait();
@@ -205,11 +205,11 @@ class WebViewTest : public extensions::PlatformAppBrowserTest {
};
IN_PROC_BROWSER_TEST_F(WebViewTest, Shim) {
- ASSERT_TRUE(RunPlatformAppTest("platform_apps/web_view")) << message_;
+ ASSERT_TRUE(RunPlatformAppTest("platform_apps/web_view/shim")) << message_;
}
IN_PROC_BROWSER_TEST_F(WebViewTest, ShimSrcAttribute) {
- ASSERT_TRUE(RunPlatformAppTest("platform_apps/web_view_src_attribute"))
+ ASSERT_TRUE(RunPlatformAppTest("platform_apps/web_view/src_attribute"))
<< message_;
}
« no previous file with comments | « no previous file | chrome/test/data/extensions/platform_apps/web_view/isolation/cookie.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698