| 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 2008 Google Inc.  All rights reserved. --> | 4   <!-- Copyright 2008 Google Inc.  All rights reserved. --> | 
| 5   <head> | 5   <head> | 
| 6     <title> Simple RPC Performance Tests </title> | 6     <title> Simple RPC Performance Tests </title> | 
| 7     <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> | 7     <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> | 
| 8     <META HTTP-EQUIV="Expires" CONTENT="-1"> | 8     <META HTTP-EQUIV="Expires" CONTENT="-1"> | 
| 9     <script type="application/x-javascript"> | 9     <script type="application/x-javascript"> | 
| 10       //<![CDATA[ | 10       //<![CDATA[ | 
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 128         <td align=center> | 128         <td align=center> | 
| 129           <input type="button" onclick="BenchNullNpapiTest.Run()" | 129           <input type="button" onclick="BenchNullNpapiTest.Run()" | 
| 130                  value="NullNpapiTest" /> | 130                  value="NullNpapiTest" /> | 
| 131         </td> | 131         </td> | 
| 132       </thead> | 132       </thead> | 
| 133     </table> | 133     </table> | 
| 134     <h2> | 134     <h2> | 
| 135       Click any button above to run a benchmark. | 135       Click any button above to run a benchmark. | 
| 136     </h2> | 136     </h2> | 
| 137     <embed type="application/x-nacl-srpc" id="nacl" height="0" width="0" | 137     <embed type="application/x-nacl-srpc" id="nacl" height="0" width="0" | 
| 138            src="srpc_test.nexe" /> | 138            nexe="srpc_test"> | 
|  | 139       <noembed> | 
|  | 140       Your browser does not appear to support Native Client. | 
|  | 141       Visit http://code.google.com/p/nativeclient/ to get started. | 
|  | 142       <noembed/> | 
|  | 143     </embed> | 
| 139     <table summary="A box containing execution logging output"> | 144     <table summary="A box containing execution logging output"> | 
| 140       <tr> | 145       <tr> | 
| 141         <td id="LogOutput" /> | 146         <td id="LogOutput" /> | 
| 142       </tr> | 147       </tr> | 
| 143     </table> | 148     </table> | 
| 144   </body> | 149   </body> | 
| 145 </html> | 150 </html> | 
| OLD | NEW | 
|---|