| Index: tests/npapi_bridge/npapi_perf.html
|
| ===================================================================
|
| --- tests/npapi_bridge/npapi_perf.html (revision 1695)
|
| +++ tests/npapi_bridge/npapi_perf.html (working copy)
|
| @@ -96,8 +96,13 @@
|
| </head>
|
| <body onload="doOnLoad();" onunload="doOnUnload();">
|
| <h1>Timed NPAPI Bridge Demo </h1>
|
| - <embed id="nacl" src="npapi_test.nexe" type="application/x-nacl-npapi"
|
| - width="0" height="0" />
|
| + <embed id="nacl" nexe="npapi_test" type="application/x-nacl-npapi"
|
| + width="0" height="0">
|
| + <noembed>
|
| + Your browser does not appear to support Native Client.
|
| + Visit http://code.google.com/p/nativeclient/ to get started.
|
| + <noembed/>
|
| + </embed>
|
| <script type="application/x-javascript">
|
| <!--
|
| var nacl = document.getElementById('nacl');
|
|
|