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

Side by Side Diff: tests/multiarch/multiarch.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/many/mix.html ('k') | tests/photo/photo.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 <body> 2 <body>
3 <div id="status">NO-STATUS</div> 3 <div id="status">NO-STATUS</div>
4 <embed id="embed" 4 <embed id="embed"
5 name="embed" 5 name="embed"
6 type="application/x-nacl-srpc" 6 type="application/x-nacl"
7 hidden="true" 7 hidden="true"
8 onload="OnNaClLoad()" 8 onload="OnNaClLoad()"
9 onfail="OnNaClFail()" 9 onfail="OnNaClFail()"
10 nexes=" 10 nexes="
11 x86-32: /tests/prebuilt/x86/srpc_hw.nexe 11 x86-32: /tests/prebuilt/x86/srpc_hw.nexe
12 x86-64: /tests/prebuilt/x64/srpc_hw.nexe 12 x86-64: /tests/prebuilt/x64/srpc_hw.nexe
13 ARM: /tests/prebuilt/arm/srpc_hw.nexe" 13 ARM: /tests/prebuilt/arm/srpc_hw.nexe"
14 /> 14 />
15 <script type="text/javascript" src="multiarch.js"></script> 15 <script type="text/javascript" src="multiarch.js"></script>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW
« no previous file with comments | « tests/many/mix.html ('k') | tests/photo/photo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698