| Index: LayoutTests/plugins/plugin-javascript-access.html
|
| diff --git a/LayoutTests/plugins/plugin-javascript-access.html b/LayoutTests/plugins/plugin-javascript-access.html
|
| index 496af1ff9a0fbb7341499efa5f149f489523083f..e83fc66547a7a5ef036472e67ea9de6ae1ff30cb 100644
|
| --- a/LayoutTests/plugins/plugin-javascript-access.html
|
| +++ b/LayoutTests/plugins/plugin-javascript-access.html
|
| @@ -1,14 +1,14 @@
|
| <html>
|
| <head>
|
| <meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
| - <title>Installed Plug-ins</title>
|
| + <title>Installed Plugins</title>
|
| </head>
|
| <body>
|
| <script type="application/x-javascript">
|
| if (window.testRunner)
|
| testRunner.dumpAsText()
|
|
|
| -navigator.plugins.refresh(false); // Supposedly helps if new plug-ins were added.
|
| +navigator.plugins.refresh(false); // Supposedly helps if new plugins were added.
|
|
|
| var foundTestPlugin = false;
|
|
|
|
|