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

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

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

Powered by Google App Engine
This is Rietveld 408576698