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

Side by Side Diff: tests/drawing/drawing.html

Issue 6452010: Remove the x-ppapi-nacl-srpc and x-nacl-srpc mime types in favor of the singl... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 10 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
« no previous file with comments | « tests/contest_issues/issue63.html ('k') | tests/earth/earth.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <HTML> 1 <HTML>
2 <HEAD> 2 <HEAD>
3 <TITLE>Drawing Demo</TITLE> 3 <TITLE>Drawing Demo</TITLE>
4 <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 4 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
5 <META HTTP-EQUIV="Expires" CONTENT="-1"> 5 <META HTTP-EQUIV="Expires" CONTENT="-1">
6 6
7 <script type="text/javascript"> 7 <script type="text/javascript">
8 8
9 var nacl_elt; 9 var nacl_elt;
10 10
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 a semi-translucent triangle rendered in the foreground. This demo will run 45 a semi-translucent triangle rendered in the foreground. This demo will run
46 for a few thousand frames and then stop. Please reload the page to restart 46 for a few thousand frames and then stop. Please reload the page to restart
47 the animation. 47 the animation.
48 </p> 48 </p>
49 <p> 49 <p>
50 This demo uses an open source library called Anti-Grain Geometry, which 50 This demo uses an open source library called Anti-Grain Geometry, which
51 provides high quality anti-aliased rendering. Please see 51 provides high quality anti-aliased rendering. Please see
52 <a href="http://www.antigrain.com/">http://www.antigrain.com/</a> 52 <a href="http://www.antigrain.com/">http://www.antigrain.com/</a>
53 for more information about Anti-Grain Geometry. 53 for more information about Anti-Grain Geometry.
54 </p> 54 </p>
55 <embed id="embed1" src="drawing.nexe" type="application/x-nacl-srpc" width=512 h eight=512> 55 <embed id="embed1" src="drawing.nexe" type="application/x-nacl"
56 width=512 height=512>
56 <br> 57 <br>
57 58
58 <script> 59 <script>
59 var embed1 = document.getElementById('embed1'); 60 var embed1 = document.getElementById('embed1');
60 </script> 61 </script>
61 62
62 63
63 </BODY> 64 </BODY>
64 </HTML> 65 </HTML>
OLDNEW
« no previous file with comments | « tests/contest_issues/issue63.html ('k') | tests/earth/earth.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698