| <!doctype html> |
| <!-- |
| Copyright 2014 The Chromium Authors. All rights reserved. |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. |
| --> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Remoting web app unit test</title> |
| <link rel="stylesheet" href="qunit/qunit.css"> |
| <link rel="stylesheet" href="menu_button.css"> |
| </head> |
| <body> |
| <div id="qunit"></div> |
| <div id="qunit-fixture"></div> |
| |
| <!-- test framework files --> |
| <script src="qunit/qunit.js"></script> |
| <script src="qunit/browser_test_harness.js"></script> |
| <script src="blanketjs/blanket.js"></script> |
| <script src="blanketjs/qunit_adapter.js"></script> |
| <script src="sinonjs/sinon.js"></script> |
| <script src="sinonjs/sinon-qunit.js"></script> |
| |
| <!-- product files and unit test files--> |
| <meta-include type="javascript"/> |
| </body> |
| </html> |