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

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

Issue 11231086: Remove width and height property from <webview> tag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments + Sync <browser> to <webview> renaming. Created 8 years, 2 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/main.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/main.html b/chrome/test/data/extensions/platform_apps/web_view/main.html
index 81f266f8240622c06e2af83404488f78790fc621..6306e01e2915b0e03fe991db8f8f273ccca30544 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/main.html
+++ b/chrome/test/data/extensions/platform_apps/web_view/main.html
@@ -5,7 +5,8 @@
-->
<html>
<body>
-<webview src="data:text/html,hello world" width="300" height="200"></webview>
+ <webview src="data:text/html,hello world"
+ style="width: 300px; height: 200px"></webview>
<script src="main.js"></script>
</body>
« no previous file with comments | « chrome/renderer/resources/extensions/web_view.js ('k') | chrome/test/data/extensions/platform_apps/web_view/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698