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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/accept_touch_events/manifest.json

Issue 271593009: Rewrite AcceptTouchEvents test from content_browsertests to browser_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove repeat macro + remove content_browsertests Created 6 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
Index: chrome/test/data/extensions/platform_apps/web_view/accept_touch_events/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/accept_touch_events/manifest.json
similarity index 59%
copy from chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json
copy to chrome/test/data/extensions/platform_apps/web_view/accept_touch_events/manifest.json
index 33ff6e26cf7272db6278b270df50140813e251ec..79c79dffb6221d9f0d2090adab7dc3e2044d775e 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/web_view/accept_touch_events/manifest.json
@@ -1,6 +1,6 @@
{
- "name": "Platform App Test: <webview>",
- "version": "2",
+ "name": "<webview> touch handler registration test.",
+ "version": "1",
"permissions": [
"webview"
],
@@ -12,9 +12,10 @@
"webview": {
"partitions": [
{
- "name": "foobar",
+ "name": "partition1",
"accessible_resources": [
- "guest_with_inline_script.html"
+ "guest.js",
+ "guest.html"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698