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

Side by Side Diff: tests/npapi_geturl/npapi_geturl.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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html> 3 <html>
4 <!-- Copyright 2010 Google Inc. All rights reserved. --> 4 <!-- Copyright 2010 Google Inc. All rights reserved. -->
5 <head> 5 <head>
6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
7 <META HTTP-EQUIV="Expires" CONTENT="-1"> 7 <META HTTP-EQUIV="Expires" CONTENT="-1">
8 <style type="text/css"> 8 <style type="text/css">
9 pre.notrun { background-color: skyblue } 9 pre.notrun { background-color: skyblue }
10 pre.pass { background-color: lime } 10 pre.pass { background-color: lime }
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 <p> <h2> Output logs </h2> </p> 60 <p> <h2> Output logs </h2> </p>
61 <table border=5 cellpadding=5% summary="A title and a result log"> 61 <table border=5 cellpadding=5% summary="A title and a result log">
62 <tr> 62 <tr>
63 <td> <b> General test output </b> </td> 63 <td> <b> General test output </b> </td>
64 </tr> 64 </tr>
65 <tr> 65 <tr>
66 <td valign=top><pre id='GeneralOutput' class='notrun'></pre></td> 66 <td valign=top><pre id='GeneralOutput' class='notrun'></pre></td>
67 </tr> 67 </tr>
68 </table> 68 </table>
69 <embed type="application/x-nacl-srpc" id="nacl" width="0" height="0" 69 <embed type="application/x-nacl-srpc" id="nacl" width="0" height="0"
70 src="npapi_geturl.nexe" onload="Init();"> 70 nexe="npapi_geturl" onload="alert('FIXME'); Init();">
71 <noembed>
72 Your browser does not appear to support Native Client.
73 Visit http://code.google.com/p/nativeclient/ to get started.
74 <noembed/>
71 </embed> 75 </embed>
72 </body> 76 </body>
73 </html> 77 </html>
74 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698