OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 <html> |
| 4 <!-- Copyright 2010 Google Inc. All rights reserved. --> |
| 5 <head> |
| 6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> |
| 7 <META HTTP-EQUIV="Expires" CONTENT="-1" /> |
| 8 </head> |
| 9 <h1>Native Client PPAPI Graphics2D</h1> |
| 10 <body> |
| 11 <embed id="naclModule" |
| 12 name="naclModule" |
| 13 width=400 height=400 |
| 14 src="ppapi_example_2d.nmf" |
| 15 style="background-color:gray" |
| 16 type="application/x-nacl" /> |
| 17 <br>Resize the window for repaint to trigger.<br> |
| 18 <table> |
| 19 <tr> <td align="center"> <em> Legend </em> |
| 20 <tr> <td align="center" style="background-color:blue">Test passed |
| 21 <tr> <td align="center" style="background-color:gray">Test failed |
| 22 </table> |
| 23 |
| 24 </body> |
| 25 </html> |
OLD | NEW |