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

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

Issue 1092005: Issue 1092005 (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: Created 10 years, 9 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!-- Copyright (c) 2010 The Native Client Authors. All rights reserved. 3 <!-- Copyright (c) 2010 The Native Client Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. --> 5 found in the LICENSE file. -->
6 <head> 6 <head>
7 <title>NPAPI Runtime Feature Test</title> 7 <title>NPAPI Runtime Feature Test</title>
8 <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 8 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
9 <META HTTP-EQUIV="Expires" CONTENT="-1"> 9 <META HTTP-EQUIV="Expires" CONTENT="-1">
10 <style type="text/css"> 10 <style type="text/css">
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 <tr> <td align="center" class="notrun"> Test not run </td> </tr> 681 <tr> <td align="center" class="notrun"> Test not run </td> </tr>
682 <tr> <td align="center" class="pass"> Test passed </td> </tr> 682 <tr> <td align="center" class="pass"> Test passed </td> </tr>
683 <tr> <td align="center" class="fail"> Test failed </td> </tr> 683 <tr> <td align="center" class="fail"> Test failed </td> </tr>
684 </table> 684 </table>
685 <p> 685 <p>
686 <p> 686 <p>
687 <embed id="nacl_module" 687 <embed id="nacl_module"
688 width=0 688 width=0
689 height=0 689 height=0
690 onload="EnqueueAndRunTests();" 690 onload="EnqueueAndRunTests();"
691 src="npapi_runtime.nexe" 691 nexe="npapi_runtime"
692 type="application/x-nacl-srpc" /> 692 type="application/x-nacl-srpc">
693 <noembed>
694 Your browser does not appear to support Native Client.
695 Visit http://code.google.com/p/nativeclient/ to get started.
696 <noembed/>
697 </embed>
693 </p> 698 </p>
694 699
695 </body> 700 </body>
696 </html> 701 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698