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

Side by Side Diff: content/test/data/npapi/get_javascript_open_popup_with_plugin.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 <head>
4 <script src="npapi.js"></script>
5 </head>
6
7
8 <body>
9 <div id="statusPanel" style="border: 1px solid red; width: 100%">
10 Test running....
11 </div>
12
13
14 Open Popup window with plugin Test<p>
15 This test instantiates a plugin which executes the window.open call to open a po pup <br />
16 window with a windowed plugin instance. The test verifies that the plugin instan ce in <br />
17 the popup window always has a valid parent window. <br />
18
19 <embed type="application/vnd.npapi-test"
20 src="foo"
21 name="plugin_javascript_open_popup_with_plugin"
22 id="1"
23 mode="np_embed"
24 >
25
26 </body>
27 </html>
OLDNEW
« no previous file with comments | « content/test/data/npapi/execute_script_delete_in_paint.html ('k') | content/test/data/npapi/get_javascript_url.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698