| OLD | NEW |
| (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> | |
| OLD | NEW |