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

Side by Side Diff: tests/contest_issues/issue49.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/issue45.html ('k') | tests/contest_issues/issue52.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 <!-- Issue 49 from the Native Client security contest --> 2 <!-- Issue 49 from the Native Client security contest -->
3 <head> 3 <head>
4 <title>Native Client Security Contest -- Issue 49</title> 4 <title>Native Client Security Contest -- Issue 49</title>
5 5
6 <script type="text/javascript"> 6 <script type="text/javascript">
7 7
8 var nacl_elt; 8 var nacl_elt;
9 9
10 // Ensure the Native Client module is loaded. 10 // Ensure the Native Client module is loaded.
(...skipping 28 matching lines...) Expand all
39 39
40 <h1>Native Client Security Contest -- Issue 49</h1> 40 <h1>Native Client Security Contest -- Issue 49</h1>
41 <p> 41 <p>
42 Open a Native Client multimedia demo with an invalid width and height. 42 Open a Native Client multimedia demo with an invalid width and height.
43 </p> 43 </p>
44 <p> 44 <p>
45 <b>Note:</b> For the purposes of contest issue #49, there might 45 <b>Note:</b> For the purposes of contest issue #49, there might
46 be a very large region below, but your browser should continue to 46 be a very large region below, but your browser should continue to
47 operate properly. 47 operate properly.
48 </p> 48 </p>
49 <embed id="embed1" src="voronoi.nexe" type="application/x-nacl-srpc" width=3 2000 height=32000> 49 <embed id="embed1" src="voronoi.nexe" type="application/x-nacl"
50 width=32000 height=32000>
50 <br> 51 <br>
51 <script> 52 <script>
52 var embed1 = document.getElementById('embed1'); 53 var embed1 = document.getElementById('embed1');
53 </script> 54 </script>
54 55
55 </body> 56 </body>
56 </html> 57 </html>
OLDNEW
« no previous file with comments | « tests/contest_issues/issue45.html ('k') | tests/contest_issues/issue52.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698