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

Unified Diff: chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/manifest.json

Issue 11111020: <browser>: Always read <browser>.src attribute from <object>.src. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments from creis@ 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/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/browser_tag/manifest.json b/chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/manifest.json
similarity index 74%
copy from chrome/test/data/extensions/platform_apps/browser_tag/manifest.json
copy to chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/manifest.json
index 6696a93570f05c6b51612a3db10e4b418296ef50..64f532e66b4da553f612a4195122f40133e87977 100644
--- a/chrome/test/data/extensions/platform_apps/browser_tag/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "Platform App Test: <browser>",
+ "name": "Platform App Test: <browser> src",
"version": "1",
"permissions": [
"browserTag"

Powered by Google App Engine
This is Rietveld 408576698