| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 <html> | 3 <html> |
| 4 <!-- Copyright (c) 2011 The Native Client Authors. All rights reserved. | 4 <!-- Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
| 6 found in the LICENSE file. --> | 6 found in the LICENSE file. --> |
| 7 <head> | 7 <head> |
| 8 <title>PPAPI Runtime Feature Test</title> | 8 <title>PPAPI Runtime Feature Test</title> |
| 9 <meta HTTP-EQUIV="Pragma" CONTENT="no-cache" /> | 9 <meta HTTP-EQUIV="Pragma" CONTENT="no-cache" /> |
| 10 <meta HTTP-EQUIV="Expires" CONTENT="-1" /> | 10 <meta HTTP-EQUIV="Expires" CONTENT="-1" /> |
| 11 <script type="text/javascript" src="nacltest.js"></script> | 11 <script type="text/javascript" src="nacltest.js"></script> |
| 12 <script type="text/javascript" src="ppapi_progress_events.js"></script> | 12 <script type="text/javascript" src="ppapi_progress_events.js"></script> |
| 13 </head> | 13 </head> |
| 14 | 14 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 src="subdir/manifest_subdir.nmf" | 61 src="subdir/manifest_subdir.nmf" |
| 62 type="application/x-nacl" /> | 62 type="application/x-nacl" /> |
| 63 | 63 |
| 64 <script type="text/javascript"> | 64 <script type="text/javascript"> |
| 65 //<![CDATA[ | 65 //<![CDATA[ |
| 66 runTests(); | 66 runTests(); |
| 67 //]]> | 67 //]]> |
| 68 </script> | 68 </script> |
| 69 </body> | 69 </body> |
| 70 </html> | 70 </html> |
| OLD | NEW |