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

Unified Diff: chrome/test/data/extensions/api_test/content_scripts/css_l10n/style.css

Issue 7552028: Injected CSS localization fix (see bug no.) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Cleaned up old unused function. Created 9 years, 4 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/api_test/content_scripts/css_l10n/style.css
diff --git a/chrome/test/data/extensions/api_test/content_scripts/css_l10n/style.css b/chrome/test/data/extensions/api_test/content_scripts/css_l10n/style.css
new file mode 100644
index 0000000000000000000000000000000000000000..8f8c4659629ac251c13e91dbeb8901b1cb51e866
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/content_scripts/css_l10n/style.css
@@ -0,0 +1,4 @@
+body {
+ background-image:url('chrome-extension://__MSG_@@extension_id__/test.png');
+}
+

Powered by Google App Engine
This is Rietveld 408576698