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

Unified Diff: chrome/test/data/extensions/api_test/content_scripts/about_blank_srcdoc/test.html

Issue 226663003: Allow content script insertion on about:-URLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move GetEffectiveDocumentURL to ScriptContext Created 6 years, 7 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/about_blank_srcdoc/test.html
diff --git a/chrome/test/data/extensions/api_test/cast_streaming/stats.html b/chrome/test/data/extensions/api_test/content_scripts/about_blank_srcdoc/test.html
similarity index 72%
copy from chrome/test/data/extensions/api_test/cast_streaming/stats.html
copy to chrome/test/data/extensions/api_test/content_scripts/about_blank_srcdoc/test.html
index b13810506ff798f7dbc2e0c067e5d52a3f74e0d1..3794c18e416facdd6382b2ac2cf6b58b9ee11a6c 100644
--- a/chrome/test/data/extensions/api_test/cast_streaming/stats.html
+++ b/chrome/test/data/extensions/api_test/content_scripts/about_blank_srcdoc/test.html
@@ -3,5 +3,4 @@
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
-<script src="common.js"></script>
-<script src="stats.js"></script>
+<script src="test.js"></script>

Powered by Google App Engine
This is Rietveld 408576698