| 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>NPAPI Runtime Feature Test</title> | 7   <title>NPAPI 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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 681   <tr> <td align="center" class="notrun"> Test not run </td> </tr> | 681   <tr> <td align="center" class="notrun"> Test not run </td> </tr> | 
| 682   <tr> <td align="center" class="pass"> Test passed </td> </tr> | 682   <tr> <td align="center" class="pass"> Test passed </td> </tr> | 
| 683   <tr> <td align="center" class="fail"> Test failed </td> </tr> | 683   <tr> <td align="center" class="fail"> Test failed </td> </tr> | 
| 684 </table> | 684 </table> | 
| 685 <p> | 685 <p> | 
| 686 <p> | 686 <p> | 
| 687   <embed id="nacl_module" | 687   <embed id="nacl_module" | 
| 688          width=0 | 688          width=0 | 
| 689          height=0 | 689          height=0 | 
| 690          onload="EnqueueAndRunTests();" | 690          onload="EnqueueAndRunTests();" | 
| 691          src="npapi_runtime.nexe" | 691          nexe="npapi_runtime" | 
| 692          type="application/x-nacl-srpc" /> | 692          type="application/x-nacl-srpc"> | 
|  | 693     <noembed> | 
|  | 694       Your browser does not appear to support Native Client. | 
|  | 695       Visit http://code.google.com/p/nativeclient/ to get started. | 
|  | 696     <noembed/> | 
|  | 697   </embed> | 
| 693 </p> | 698 </p> | 
| 694 | 699 | 
| 695 </body> | 700 </body> | 
| 696 </html> | 701 </html> | 
| OLD | NEW | 
|---|