| 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 Google Inc. All rights reserved. --> | 4 <!-- Copyright (c) 2011 Google Inc. All rights reserved. --> |
| 5 <head> | 5 <head> |
| 6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> | 6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> |
| 7 <META HTTP-EQUIV="Expires" CONTENT="-1" /> | 7 <META HTTP-EQUIV="Expires" CONTENT="-1" /> |
| 8 <script type="text/javascript" src="nacltest.js"></script> | 8 <script type="text/javascript" src="nacltest.js"></script> |
| 9 <script type="application/x-javascript"> | 9 <script type="application/x-javascript"> |
| 10 //<![CDATA[ | 10 //<![CDATA[ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 testAndAssertStatus(test, 'TestGetDevInterfaces', 'PASSED'); | 24 testAndAssertStatus(test, 'TestGetDevInterfaces', 'PASSED'); |
| 25 } | 25 } |
| 26 ); | 26 ); |
| 27 } | 27 } |
| 28 //]]> | 28 //]]> |
| 29 </script> | 29 </script> |
| 30 <title>PPAPI Dev Interface Test</title> | 30 <title>PPAPI Dev Interface Test</title> |
| 31 </head> | 31 </head> |
| 32 <body> | 32 <body> |
| 33 <h1>PPAPI Dev Interface Test</h1> | 33 <h1>PPAPI Dev Interface Test</h1> |
| 34 NOTE: requires --enable-pepper-testing. Also, this test should be run with | 34 NOTE: requires --enable-pepper-testing. |
| 35 PPAPI Dev interfaces disabled; the environment variable NACL_ENABLE_PPAPI_DEV | |
| 36 should be set to 0 or unset. | |
| 37 <br><br> | 35 <br><br> |
| 38 <table> | 36 <table> |
| 39 <tr> | 37 <tr> |
| 40 <td> | 38 <td> |
| 41 <embed type="application/x-nacl" id="test_nexe" | 39 <embed type="application/x-nacl" id="test_nexe" |
| 42 name="nacl_module" | 40 name="nacl_module" |
| 43 src="ppapi_ppb_dev.nmf" | 41 src="ppapi_ppb_dev.nmf" |
| 44 style="background-color:#FFFFFF" | 42 style="background-color:#FFFFFF" |
| 45 width="90" height="90" /> | 43 width="90" height="90" /> |
| 46 <table> | 44 <table> |
| 47 <br> | 45 <br> |
| 48 <script type="text/javascript"> | 46 <script type="text/javascript"> |
| 49 //<![CDATA[ | 47 //<![CDATA[ |
| 50 var tester = new Tester(); | 48 var tester = new Tester(); |
| 51 setupTests(tester, $('test_nexe')); | 49 setupTests(tester, $('test_nexe')); |
| 52 tester.waitFor($('test_nexe')); | 50 tester.waitFor($('test_nexe')); |
| 53 tester.run(); | 51 tester.run(); |
| 54 //]]> | 52 //]]> |
| 55 </script> | 53 </script> |
| 56 </body> | 54 </body> |
| 57 </html> | 55 </html> |
| OLD | NEW |