Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Unified Diff: ppapi/native_client/tests/ppapi_example_2d/ppapi_example_2d.html

Issue 7740013: Cloning a bunch of stuff from the native_client repository at r6528 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « ppapi/native_client/tests/ppapi_example_2d/nacl.scons ('k') | ppapi/native_client/tests/ppapi_example_2d/ppapi_example_2d.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698