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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/simpleLoad/test_simpleLoad.html

Issue 2547523004: [Extensions] Allow shared resources between tests via _test_resources (Closed)
Patch Set: . Created 4 years 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/webnavigation/simpleLoad/test_simpleLoad.html
diff --git a/chrome/test/data/extensions/api_test/webnavigation/simpleLoad/test_simpleLoad.html b/chrome/test/data/extensions/api_test/webnavigation/simpleLoad/test_simpleLoad.html
index c7b61e834cf1086398d0a794ddb5f22c52425f14..fca338dd5f6d438a8679d4e056ad8653735ace57 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/simpleLoad/test_simpleLoad.html
+++ b/chrome/test/data/extensions/api_test/webnavigation/simpleLoad/test_simpleLoad.html
@@ -1,2 +1,2 @@
+<script src="_test_resources/api_test/webnavigation/framework.js"></script>
<script src="test_simpleLoad.js"></script>
-<script src="framework.js"></script>

Powered by Google App Engine
This is Rietveld 408576698