| Index: LayoutTests/plugins/override-node-method.html
|
| diff --git a/LayoutTests/plugins/override-node-method.html b/LayoutTests/plugins/override-node-method.html
|
| index 93635ea85eb024ee8a88f91eacbca0f5690ba426..8289880a0a240e763c3b6009aa8025fc7ef11efa 100644
|
| --- a/LayoutTests/plugins/override-node-method.html
|
| +++ b/LayoutTests/plugins/override-node-method.html
|
| @@ -1,7 +1,7 @@
|
| <html>
|
| <body>
|
| <embed name="plg" type="application/x-webkit-test-netscape"></embed>
|
| -<p>Test that a plug-in can override Node methods of its element. This also means that the plug-in
|
| +<p>Test that a plugin can override Node methods of its element. This also means that the plugin
|
| is instantiated when accessing properties and methods of its owner element.</p>
|
| <p>Should alert PASS.</p>
|
| <script>
|
|
|