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

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

Powered by Google App Engine
This is Rietveld 408576698