OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <!-- Copyright (c) 2010 The Native Client Authors. All rights reserved. | 3 <!-- Copyright (c) 2010 The Native Client Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. --> | 5 found in the LICENSE file. --> |
6 <head> | 6 <head> |
7 <title>PPAPI Runtime Feature Test</title> | 7 <title>PPAPI Runtime Feature Test</title> |
8 <meta HTTP-EQUIV="Pragma" CONTENT="no-cache" /> | 8 <meta HTTP-EQUIV="Pragma" CONTENT="no-cache" /> |
9 <meta HTTP-EQUIV="Expires" CONTENT="-1" /> | 9 <meta HTTP-EQUIV="Expires" CONTENT="-1" /> |
10 <style type="text/css"> | 10 <style type="text/css"> |
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 <tr> <td align="center" class="pass"> Test passed </td> </tr> | 428 <tr> <td align="center" class="pass"> Test passed </td> </tr> |
429 <tr> <td align="center" class="fail"> Test failed </td> </tr> | 429 <tr> <td align="center" class="fail"> Test failed </td> </tr> |
430 </table> | 430 </table> |
431 | 431 |
432 <div id="status">NO-STATUS</div> | 432 <div id="status">NO-STATUS</div> |
433 | 433 |
434 <embed id="naclModule" | 434 <embed id="naclModule" |
435 name="naclModule" | 435 name="naclModule" |
436 width=0 height=0 | 436 width=0 height=0 |
437 src="ppapi_basic_object.nexe" | 437 src="ppapi_basic_object.nexe" |
438 type="application/x-ppapi-nacl-srpc" | 438 type="application/x-nacl" |
439 onload="moduleDidLoad('naclModule');" /> | 439 onload="moduleDidLoad('naclModule');" /> |
440 </body> | 440 </body> |
441 </html> | 441 </html> |
OLD | NEW |