Index: third_party/WebKit/LayoutTests/plugins/plugin-initiate-popup-window.html |
diff --git a/third_party/WebKit/LayoutTests/plugins/plugin-initiate-popup-window.html b/third_party/WebKit/LayoutTests/plugins/plugin-initiate-popup-window.html |
index 080120a2db4afb5b1dc8a010ef5252548ba10e90..7958ad5f809b987d59b9e13885e0511b3ee56684 100644 |
--- a/third_party/WebKit/LayoutTests/plugins/plugin-initiate-popup-window.html |
+++ b/third_party/WebKit/LayoutTests/plugins/plugin-initiate-popup-window.html |
@@ -65,8 +65,8 @@ function end_test() { |
</script> |
</head> |
<body onload="internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(); test();"> |
-<embed type="application/x-webkit-test-netscape" width=100 height=40 evaluatescript="mouse::popup_by_mousedown()" windowedplugin="false"></embed><br> |
-<embed type="application/x-webkit-test-netscape" width=100 height=40 evaluatescript="key::popup_by_keydown()" windowedplugin="false"></embed><br> |
+<embed type="application/x-blink-deprecated-test-plugin" width=100 height=40 mousedownscript="popup_by_mousedown()" windowedplugin="false"></embed><br> |
+<embed type="application/x-blink-deprecated-test-plugin" width=100 height=40 keydownscript="popup_by_keydown()" windowedplugin="false"></embed><br> |
Specify a script and a mouse/keyboard event to the plugin. The specified script will be evaluated in the browser when the specified event is received by the plugin. The test is for bug https://bugs.webkit.org/show_bug.cgi?id=41292.<br> |
Opening window by mouse down is <span id="mousedown_output">FAILED</span><br> |
Opening window by key down is <span id="keydown_output">FAILED</span> |