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 | 6 |
7 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 7 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
8 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 8 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
9 <html> | 9 <html> |
10 <head> | 10 <head> |
11 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> | 11 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> |
12 <META HTTP-EQUIV="Expires" CONTENT="-1" /> | 12 <META HTTP-EQUIV="Expires" CONTENT="-1" /> |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 document.getElementById('attach').appendChild(node); | 62 document.getElementById('attach').appendChild(node); |
63 | 63 |
64 var tester = new Tester(); | 64 var tester = new Tester(); |
65 setupTests(tester, $('naclModule')); | 65 setupTests(tester, $('naclModule')); |
66 tester.waitFor($('naclModule')); | 66 tester.waitFor($('naclModule')); |
67 tester.run(); | 67 tester.run(); |
68 //]]> | 68 //]]> |
69 </script> | 69 </script> |
70 </body> | 70 </body> |
71 </html> | 71 </html> |
OLD | NEW |