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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view_src_attribute/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
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view/main.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/platform_apps/web_view_src_attribute/main.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view_src_attribute/main.html b/chrome/test/data/extensions/platform_apps/web_view_src_attribute/main.html
index 1767798175e3fff39a0de733741fcc9adb98d7c0..507a096063f294cc5df4ed175fb7acf9c3d58a43 100644
--- a/chrome/test/data/extensions/platform_apps/web_view_src_attribute/main.html
+++ b/chrome/test/data/extensions/platform_apps/web_view_src_attribute/main.html
@@ -6,8 +6,7 @@
<html>
<body>
<webview src="data:text/html,<body>One</body>"
- width="300"
- height="200">
+ style="width: 300px; height: 200px">
</webview>
<script src="main.js"></script>
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698