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

Unified Diff: chrome/test/data/extensions/platform_apps/browser_tag/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/main.html
diff --git a/chrome/test/data/extensions/platform_apps/browser_tag/main.html b/chrome/test/data/extensions/platform_apps/browser_tag/main.html
index 3b6711ecb28bc230f0fde6f4e07017c9ad17ee7d..9ae892a9e6733f5c890740e33a5b8079ed05233c 100644
--- a/chrome/test/data/extensions/platform_apps/browser_tag/main.html
+++ b/chrome/test/data/extensions/platform_apps/browser_tag/main.html
@@ -5,7 +5,8 @@
-->
<html>
<body>
-<browser src="data:text/html,hello world" width="300" height="200"></browser>
+ <browser src="data:text/html,hello world"
+ style="width: 300px; height: 200px"></browser>
<script src="main.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698