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

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

Issue 2116613002: Prevent duplicate content script injection defined in manifest.json (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tests Added Created 4 years, 5 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/duplicate_script_injection/test.css
diff --git a/chrome/test/data/extensions/api_test/content_scripts/duplicate_script_injection/test.css b/chrome/test/data/extensions/api_test/content_scripts/duplicate_script_injection/test.css
new file mode 100644
index 0000000000000000000000000000000000000000..62883d91377afd73facfbf20827f63b3240f73b6
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/content_scripts/duplicate_script_injection/test.css
@@ -0,0 +1,8 @@
+/* Copyright 2016 The Chromium Authors. All rights reserved.
Devlin 2016/07/11 23:45:50 Do we need the css injection at all?
catmullings 2016/07/12 22:23:26 Nope. Deleted this file.
catmullings 2016/07/12 22:23:26 Done.
+* Use of this source code is governed by a BSD-style license that can be
+* found in the LICENSE file.
+*/
+
+.test-duplicate-script-injection {
+ background: white;
+}

Powered by Google App Engine
This is Rietveld 408576698