Index: ppapi/native_client/tests/ppapi_example_2d/ppapi_example_2d.html |
=================================================================== |
--- ppapi/native_client/tests/ppapi_example_2d/ppapi_example_2d.html (revision 0) |
+++ ppapi/native_client/tests/ppapi_example_2d/ppapi_example_2d.html (revision 0) |
@@ -0,0 +1,25 @@ |
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
+<html> |
+ <!-- Copyright 2010 Google Inc. All rights reserved. --> |
+ <head> |
+ <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> |
+ <META HTTP-EQUIV="Expires" CONTENT="-1" /> |
+ </head> |
+ <h1>Native Client PPAPI Graphics2D</h1> |
+ <body> |
+ <embed id="naclModule" |
+ name="naclModule" |
+ width=400 height=400 |
+ src="ppapi_example_2d.nmf" |
+ style="background-color:gray" |
+ type="application/x-nacl" /> |
+ <br>Resize the window for repaint to trigger.<br> |
+ <table> |
+ <tr> <td align="center"> <em> Legend </em> |
+ <tr> <td align="center" style="background-color:blue">Test passed |
+ <tr> <td align="center" style="background-color:gray">Test failed |
+ </table> |
+ |
+ </body> |
+</html> |