| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <!-- | 2 <!-- |
| 3 Copyright (c) 2014 The Native Client Authors. All rights reserved. | 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 | 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. | 5 found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 <body onload="init();"> | 7 <body onload="init();"> |
| 8 <script src="/_chrome_test.js"></script> | 8 <script src="/_chrome_test.js"></script> |
| 9 <script> | 9 <script> |
| 10 function init() { | 10 function init() { |
| 11 chrometest.run([ | 11 chrometest.run([ |
| 12 'common.js', | 12 'common.js', |
| 13 'io2014_test.js', | 13 'demo2014_test.js', |
| 14 ]); | 14 ]); |
| 15 } | 15 } |
| 16 </script> | 16 </script> |
| 17 </body> | 17 </body> |
| 18 </html> | 18 </html> |
| OLD | NEW |