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

Side by Side 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, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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>
OLDNEW
« 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