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

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

Issue 558363002: Fix tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 10d0d907ded2cadf7e983391cb1d4ffc9458d3c3..7119ff763677637b5ef7b305b5ade9badf171f71 100644
--- a/Tools/GardeningServer/test/run-unit-tests.html
+++ b/Tools/GardeningServer/test/run-unit-tests.html
@@ -22,7 +22,8 @@ mocha.checkLeaks();
mocha.globals(['net', 'scrolled', 'oCursor', 'availableWidth', 'topNotUsableSize',
'xLabelWidth', 'nblab', 'bottomNotUsableHeightWithoutXLabels',
'bottomNotUsableHeightWithXLabels', 'availableHeight', 'clrx', 'clrwidth',
- 'clry', 'clrheight']);
+ 'clry', 'clrheight', 'fmtYLabel', 'lgtxt', 'lgtxt2']);
+
mocha.setup('bdd');
</script>
« no previous file with comments | « no previous file | Tools/GardeningServer/test/unit-tests.html » ('j') | Tools/GardeningServer/test/unit-tests.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698