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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/autosize/main.html

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/main.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/teardown/main.html b/chrome/test/data/extensions/platform_apps/web_view/autosize/main.html
similarity index 80%
copy from chrome/test/data/extensions/platform_apps/web_view/teardown/main.html
copy to chrome/test/data/extensions/platform_apps/web_view/autosize/main.html
index 43f0b67160432b0f00a62fd6fbf766151014131d..eb81450f59ef33e4ecd44f65b32ca37805485e70 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/teardown/main.html
+++ b/chrome/test/data/extensions/platform_apps/web_view/autosize/main.html
@@ -5,6 +5,7 @@
-->
<html>
<body>
+ <webview style="width: 300px; height: 200px"></webview>
<script src="main.js"></script>
</body>
</html>
« no previous file with comments | « chrome/renderer/resources/extensions/web_view.js ('k') | chrome/test/data/extensions/platform_apps/web_view/autosize/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698