| Index: third_party/WebKit/LayoutTests/plugins/window-open.html
|
| diff --git a/third_party/WebKit/LayoutTests/plugins/window-open.html b/third_party/WebKit/LayoutTests/plugins/window-open.html
|
| index 4447cdd7e7a48e3feab18ab55595e18a00370d3f..58ced3948ebd8b96c5fc07cbb5d3cf2bcc64c1bd 100644
|
| --- a/third_party/WebKit/LayoutTests/plugins/window-open.html
|
| +++ b/third_party/WebKit/LayoutTests/plugins/window-open.html
|
| @@ -9,10 +9,10 @@
|
|
|
| </script>
|
| <body style="margin:0px;overflow:hidden">
|
| -<object name="testPlugin" type="application/x-webkit-test-netscape" testwindowopen="true">
|
| +<object name="testPlugin" type="application/x-blink-deprecated-test-plugin" testwindowopen="true">
|
| </object>
|
| <div>
|
| - This tests that window.open invoked by a plugin via NPN_Invoke without a javascript context succeeds.
|
| + This tests that window.open invoked by a plugin without a javascript context succeeds.
|
| </div>
|
| <body>
|
| </html>
|
|
|