[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / data / npapi / npobject_identity.html
blobac5e43d09833e614ddf86bd58669ddcc9bbe9d2d
1 <html>
3 <head>
4 <script src="npapi.js"></script>
5 <script>
6 function areTheseTheSame(a, b) {
7 return a === b;
9 </script>
10 </head>
13 <body>
14 <div id="statusPanel" style="border: 1px solid red; width: 100%">
15 Test running....
16 </div>
19 NPObject Identity Test<p>
21 Tests that identity is preserved for NPObjects passed from a plugin into JavaScript.
23 <embed type="application/vnd.npapi-test"
24 src="foo"
25 name="npobject_identity"
26 id="1"
27 mode="np_embed"
30 </body>
31 </html>