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

Unified Diff: chrome/test/data/devtools/extensions/devtools_extension/devtools.html

Issue 8899008: Added a smoke test for DevTools extension API (detailed API tests are in WebKit) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 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/devtools/extensions/devtools_extension/devtools.html
diff --git a/chrome/test/data/devtools/extensions/devtools_extension/devtools.html b/chrome/test/data/devtools/extensions/devtools_extension/devtools.html
new file mode 100644
index 0000000000000000000000000000000000000000..dc6e791f4a26d949839ead4fa73eba335690e996
--- /dev/null
+++ b/chrome/test/data/devtools/extensions/devtools_extension/devtools.html
@@ -0,0 +1,5 @@
+<html>
+<head>
+<script src="devtools.js"></script>
+</head>
+</html>

Powered by Google App Engine
This is Rietveld 408576698