OLD | NEW |
---|---|
1 <!-- | 1 <!-- |
2 Copyright (c) 2011 The Chromium Authors. All rights reserved. | 2 Copyright (c) 2011 The Chromium Authors. All rights reserved. |
3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
4 found in the LICENSE file. | 4 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> |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
57 status.assert(embed.lastError.indexOf('NaCl module crashed') != -1); | 57 status.assert(embed.lastError.indexOf('NaCl module crashed') != -1); |
58 status.pass(); | 58 status.pass(); |
59 }), true); | 59 }), true); |
60 | 60 |
61 document.getElementById('scratch_space').appendChild(div); | 61 document.getElementById('scratch_space').appendChild(div); |
62 }); | 62 }); |
63 | 63 |
64 tester.run(); | 64 tester.run(); |
65 | 65 |
66 </script> | 66 </script> |
67 | |
68 </body> | |
Nick Bray (chromium)
2013/01/09 01:22:02
Wrong file. Fix other file.
Mark Seaborn
2013/01/09 03:24:13
Done.
| |
69 </html> | |
OLD | NEW |