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

Unified Diff: chrome/browser/resources/web_component_test.html

Issue 1124873002: Mocha adapter for Polymer browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split out non-mocha stuff Created 5 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/browser/resources/web_component_test.html
diff --git a/chrome/browser/resources/web_component_test.html b/chrome/browser/resources/web_component_test.html
index 65e83f3db7ef6dc5002f267975128a9592a674e2..9d0b60fccff995defb504928ebd3fee7d894f2aa 100644
--- a/chrome/browser/resources/web_component_test.html
+++ b/chrome/browser/resources/web_component_test.html
@@ -1,4 +1,6 @@
<!doctype html>
<head>
<meta charset="utf-8">
+ <script src="chrome://web-component-test/mocha.js"></script>
+ <script src="chrome://web-component-test/mocha_adapter.js"></script>
</head>

Powered by Google App Engine
This is Rietveld 408576698