Chromium Code Reviews| 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; |
| +} |