| Index: LayoutTests/plugins/object-embed-plugin-scripting.html
|
| diff --git a/LayoutTests/plugins/object-embed-plugin-scripting.html b/LayoutTests/plugins/object-embed-plugin-scripting.html
|
| index 93a6a18b8038603fe4189b628d75498439255833..9843a5fe7d9bea511c9d0b02b77b22dfe05c6188 100644
|
| --- a/LayoutTests/plugins/object-embed-plugin-scripting.html
|
| +++ b/LayoutTests/plugins/object-embed-plugin-scripting.html
|
| @@ -21,8 +21,8 @@ function test()
|
| print("plugin <embed> nested in image <object>: should not have a plugin and does " + (document.getElementById('myE3').testCallback ? "" : "not"));
|
| print("plugin <embed> nested in empty <object> nested in plugin <object>: should not have a plugin and does " + (document.getElementById('myE4').testCallback ? "" : "not"));
|
| print("standalone plugin <embed>: should have a plugin and does " + (document.getElementById('myE5').testCallback ? "" : "not"));
|
| - print("plugin <object> with nested plugin <embed> of the same name should have a plugin and does " + (document.Plugin.testCallback ? "" : "not"));
|
| - print("empty <object> with nested plugin <embed> of the same name should have a plugin and does " + (document.Plugin2.testCallback ? "" : "not"));
|
| + print("plugin <object> with nested plugin <embed> of the same name should not have a plugin and does " + (document.Plugin.testCallback ? "" : "not"));
|
| + print("empty <object> with nested plugin <embed> of the same name should not have a plugin and does " + (document.Plugin2.testCallback ? "" : "not"));
|
| }
|
| </script>
|
| </head>
|
|
|