Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <!-- | |
| 3 Copyright (c) 2014 The Native Client 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 <body onload="init();"> | |
| 8 <script src="/_chrome_test.js"></script> | |
| 9 <script> | |
| 10 function init() { | |
| 11 chrometest.run([ | |
| 12 'common.js', | |
| 13 'io2014_test.js', | |
| 14 ]); | |
| 15 } | |
| 16 </script> | |
| 17 </body> | |
| 18 </html> | |
| OLD | NEW |