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

Unified Diff: chrome/test/data/extensions/platform_apps/browser_tag_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: Update the tests, less timeouts. 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/browser_tag_src_attribute/main.html
diff --git a/chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/main.html b/chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/main.html
index 5b78481fc288fec471d9b9f5e92ad6bf3679d56d..0e4532a136fb4ce0ffc6f88f2e679f3feed824ee 100644
--- a/chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/main.html
+++ b/chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/main.html
@@ -6,8 +6,7 @@
<html>
<body>
<browser src="data:text/html,<body>One</body>"
- width="300"
- height="200">
+ style="width: 300px; height: 200px">
</browser>
<script src="main.js"></script>

Powered by Google App Engine
This is Rietveld 408576698