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

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

Issue 11233065: Rename <browser> shim to <webview> (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with ToT. No longer exposed to Extensions 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_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/web_view_src_attribute/main.html
similarity index 81%
rename from chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/main.html
rename to chrome/test/data/extensions/platform_apps/web_view_src_attribute/main.html
index 5b78481fc288fec471d9b9f5e92ad6bf3679d56d..1767798175e3fff39a0de733741fcc9adb98d7c0 100644
--- a/chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/main.html
+++ b/chrome/test/data/extensions/platform_apps/web_view_src_attribute/main.html
@@ -5,10 +5,10 @@
-->
<html>
<body>
- <browser src="data:text/html,<body>One</body>"
+ <webview src="data:text/html,<body>One</body>"
width="300"
height="200">
- </browser>
+ </webview>
<script src="main.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698