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

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

Issue 23691039: Reland attempt 2: Improve <webview> autosize: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Relax checking width/height since bunch of removeAttribute() and style.width assignments are not at… Created 7 years, 3 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/autosize/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/autosize/manifest.json
similarity index 77%
copy from chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json
copy to chrome/test/data/extensions/platform_apps/web_view/autosize/manifest.json
index d0ca5bc11241ec66312fef3fb49d5921d4a8a0da..8182fb25b4ff0473b119a1a071ad695896cb5f5e 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/web_view/autosize/manifest.json
@@ -1,5 +1,6 @@
{
"name": "Platform App Test: <webview>",
+ "description": "Checks autosize on <webview>",
"version": "1",
"permissions": [
"webview"

Powered by Google App Engine
This is Rietveld 408576698