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

Side by Side Diff: content/test/data/npapi/npobject_lifetime_test_second_instance.html

Issue 1182303010: Delete the NPAPI plugin browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 6 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
OLDNEW
(Empty)
1 <html>
2
3 <body>
4 <div id="statusPanel" style="border: 1px solid red; width: 100%">
5 Second instance.
6 </div>
7
8 NPObject Lifetime test second plugin instance<p>
9
10 Tests the case where a plugin holds on to an NPObject reference
11 to another plugin in a different frame in the page and whether
12 the npobject is callable when the frame is destroyed.
13
14 <embed type="application/vnd.npapi-test"
15 name="npobject_lifetime_test_second_instance"
16 id="2"
17 mode="np_embed"> </embed>
18
19 </body>
20 </html>
OLDNEW
« no previous file with comments | « content/test/data/npapi/npobject_lifetime_test.html ('k') | content/test/data/npapi/npobject_proxy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698