| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright 2011 The Chromium Authors. All rights reserved. | 2 Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can | 3 Use of this source code is governed by a BSD-style license that can |
| 4 be found in the LICENSE file. | 4 be found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 7 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 7 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 8 <html> | 8 <html> |
| 9 <head> | 9 <head> |
| 10 <meta http-equiv="Pragma" content="no-cache" /> | 10 <meta http-equiv="Pragma" content="no-cache" /> |
| 11 <meta http-equiv="Expires" content="-1" /> | 11 <meta http-equiv="Expires" content="-1" /> |
| 12 <script type="text/javascript" src="nacltest.js"></script> | 12 <script type="text/javascript" src="nacltest.js"></script> |
| (...skipping 29 matching lines...) Expand all Loading... |
| 42 } | 42 } |
| 43 | 43 |
| 44 var tester = new Tester(); | 44 var tester = new Tester(); |
| 45 setupTests(tester, $('naclModule')); | 45 setupTests(tester, $('naclModule')); |
| 46 tester.waitFor($('naclModule')); | 46 tester.waitFor($('naclModule')); |
| 47 tester.run(); | 47 tester.run(); |
| 48 //]]> | 48 //]]> |
| 49 </script> | 49 </script> |
| 50 </body> | 50 </body> |
| 51 </html> | 51 </html> |
| OLD | NEW |