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

Side by Side Diff: third_party/WebKit/LayoutTests/plugins/window-open.html

Issue 1483733002: Remove support for NPObjects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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 <head>
3 <script>
4 if (window.testRunner) {
5 testRunner.setCanOpenWindows();
6 testRunner.dumpAsText();
7 testRunner.waitUntilDone();
8 }
9
10 </script>
11 <body style="margin:0px;overflow:hidden">
12 <object name="testPlugin" type="application/x-webkit-test-netscape" testwindowop en="true">
13 </object>
14 <div>
15 This tests that window.open invoked by a plugin via NPN_Invoke without a jav ascript context succeeds.
16 </div>
17 <body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698