| Index: LayoutTests/plugins/instance-available-before-stylesheets-loaded.html
|
| diff --git a/LayoutTests/plugins/instance-available-before-stylesheets-loaded.html b/LayoutTests/plugins/instance-available-before-stylesheets-loaded.html
|
| index 5efa8763b2894a2dbfd8a8a88f07faadae2a1144..46942415b313cb6225666f88eab4701221263579 100644
|
| --- a/LayoutTests/plugins/instance-available-before-stylesheets-loaded.html
|
| +++ b/LayoutTests/plugins/instance-available-before-stylesheets-loaded.html
|
| @@ -1,15 +1,15 @@
|
| <link rel="stylesheet" href="data:text/css,">
|
| -<embed id="plug-in" type="application/x-webkit-test-netscape" width=100 height=100></embed>
|
| +<embed id="plugin" type="application/x-webkit-test-netscape" width=100 height=100></embed>
|
| <p id="result">
|
| </p>
|
| <script>
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
|
|
| - var plugIn = document.getElementById("plug-in");
|
| + var plugIn = document.getElementById("plugin");
|
|
|
| document.getElementById("result").innerText = ("eventLoggingEnabled" in plugIn)
|
| - ? "PASS: Plug-in instance available while waiting for style sheets to load"
|
| - : "FAIL: Plug-in not instantiated on property access while waiting for style sheets to load";
|
| + ? "PASS: Plugin instance available while waiting for style sheets to load"
|
| + : "FAIL: Plugin not instantiated on property access while waiting for style sheets to load";
|
|
|
| </script>
|
|
|