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

Side by Side Diff: polymer_0.4.0/bower_components/polymer-test-tools/mocha-htmltest.js

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright 2013 The Polymer Authors. All rights reserved. 2 * Copyright 2013 The Polymer Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style 3 * Use of this source code is governed by a BSD-style
4 * license that can be found in the LICENSE file. 4 * license that can be found in the LICENSE file.
5 */ 5 */
6 6
7 (function() { 7 (function() {
8 var thisFile = 'lib/mocha-htmltest.js'; 8 var thisFile = 'lib/mocha-htmltest.js';
9 var base = ''; 9 var base = '';
10 10
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 suite(inName, function() { 61 suite(inName, function() {
62 setup(htmlSetup); 62 setup(htmlSetup);
63 teardown(htmlTeardown); 63 teardown(htmlTeardown);
64 inFn(); 64 inFn();
65 }); 65 });
66 }; 66 };
67 67
68 window.htmlTest = htmlTest; 68 window.htmlTest = htmlTest;
69 window.htmlSuite = htmlSuite; 69 window.htmlSuite = htmlSuite;
70 })(); 70 })();
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698