| 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> Mandelbrot: JavaScript versus Native Client </title> | 6 <title> Mandelbrot: JavaScript versus Native Client </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 <style type="text/css"> | 9 <style type="text/css"> |
| 10 canvas { border:solid } | 10 canvas { border:solid } |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 <td align=center id="nacl_time"></td> | 282 <td align=center id="nacl_time"></td> |
| 283 </tr> | 283 </tr> |
| 284 </table> | 284 </table> |
| 285 <b> | 285 <b> |
| 286 First run starts automatically. Click afterwards to re-run. <br> | 286 First run starts automatically. Click afterwards to re-run. <br> |
| 287 Warning: JavaScript with a canvas width of more than about 100 pixels | 287 Warning: JavaScript with a canvas width of more than about 100 pixels |
| 288 may run very slowly. | 288 may run very slowly. |
| 289 </b> | 289 </b> |
| 290 <br/> | 290 <br/> |
| 291 <embed type="application/x-nacl-srpc" id="nacl" | 291 <embed type="application/x-nacl-srpc" id="nacl" |
| 292 src="mandel_tiled.nexe" hidden="true" /> | 292 nexe="mandel_tiled" hidden="true"> |
| 293 <noembed> |
| 294 Your browser does not appear to support Native Client. |
| 295 Visit http://code.google.com/p/nativeclient/ to get started. |
| 296 <noembed/> |
| 297 </embed> |
| 293 </body> | 298 </body> |
| 294 </html> | 299 </html> |
| OLD | NEW |