[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / data / npapi / npobject_proxy.html
blobef85ee7a3843aee13b439829ea1dc607de501ede
1 <html>
3 <head>
4 <script src="npapi.js"></script>
5 </head>
8 <body>
9 <div id="statusPanel" style="border: 1px solid red; width: 100%">
10 Test running....
11 </div>
14 NPObject Proxy Test<p>
16 Tests that if an NPObject is proxies back to its original process, the
17 original pointer is returned and not a proxy. If this fails the plugin
18 will crash.
20 <embed type="application/vnd.npapi-test"
21 src="foo"
22 name="npobject_proxy"
23 id="1"
24 mode="np_embed"
27 </body>
28 </html>