Chromium Code Reviews

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.
Jump to:
View side-by-side diff with in-line comments
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