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

Unified Diff: Tools/GardeningServer/test/run-unit-tests.html

Issue 476903004: [sheriff-o-matic]: Basic trooper display for sheriff-o-matic. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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: Tools/GardeningServer/test/run-unit-tests.html
diff --git a/Tools/GardeningServer/test/run-unit-tests.html b/Tools/GardeningServer/test/run-unit-tests.html
index 38a1075c4615d38dc64bb765e63a01a12ad83c82..10d0d907ded2cadf7e983391cb1d4ffc9458d3c3 100644
--- a/Tools/GardeningServer/test/run-unit-tests.html
+++ b/Tools/GardeningServer/test/run-unit-tests.html
@@ -19,7 +19,10 @@ found in the LICENSE file.
<script>
mocha.checkLeaks();
-mocha.globals(['net']);
+mocha.globals(['net', 'scrolled', 'oCursor', 'availableWidth', 'topNotUsableSize',
+ 'xLabelWidth', 'nblab', 'bottomNotUsableHeightWithoutXLabels',
+ 'bottomNotUsableHeightWithXLabels', 'availableHeight', 'clrx', 'clrwidth',
+ 'clry', 'clrheight']);
mocha.setup('bdd');
</script>

Powered by Google App Engine
This is Rietveld 408576698