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

Side by Side Diff: remoting/webapp/crd/html/template_unittest.html

Issue 984203003: Move mocks and unittest JS files to sit alongside production code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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
(Empty)
1 <!doctype html>
2 <!--
3 Copyright 2014 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7 <html>
8 <head>
9 <meta charset="utf-8">
10 <title>Remoting web app unit test</title>
11 <link rel="stylesheet" href="qunit/qunit.css">
12 <link rel="stylesheet" href="menu_button.css">
13 </head>
14 <body>
15 <div id="qunit"></div>
16 <div id="qunit-fixture"></div>
17
18 <!-- test framework files -->
19 <script src="qunit/qunit.js"></script>
20 <script src="qunit/browser_test_harness.js"></script>
21 <script src="blanketjs/blanket.js"></script>
22 <script src="blanketjs/qunit_adapter.js"></script>
23 <script src="sinonjs/sinon.js"></script>
24 <script src="sinonjs/sinon-qunit.js"></script>
25
26 <!-- product files and unit test files-->
27 <meta-include type="javascript"/>
28 </body>
29 </html>
OLDNEW
« no previous file with comments | « remoting/webapp/browser_test/mock_session_connector.js ('k') | remoting/webapp/crd/html/template_unittests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698