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

Side by Side Diff: chrome/test/data/npapi/npobject_identity.html

Issue 7037027: Fixes Issues #5751 & #22631: NPObject identity (Closed)
Patch Set: hopefully added base url Created 9 years, 7 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
« no previous file with comments | « no previous file | chrome/test/ui/npapi_uitest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2
3 <head>
4 <script src="npapi.js"></script>
5 <script>
6 function areTheseTheSame(a, b) {
7 return a === b;
8 }
9 </script>
10 </head>
11
12
13 <body>
14 <div id="statusPanel" style="border: 1px solid red; width: 100%">
15 Test running....
16 </div>
17
18
19 NPObject Identity Test<p>
20
21 Tests that identity is preserved for NPObjects passed from a plugin into JavaScr ipt.
22
23 <embed type="application/vnd.npapi-test"
24 src="foo"
25 name="npobject_identity"
26 id="1"
27 mode="np_embed"
28 >
29
30 </body>
31 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/test/ui/npapi_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698