3 <embed name=
"plg" type=
"application/x-webkit-test-netscape"></embed>
4 <p>Test that a plugin can override Node methods of its element. This also means that the plugin
5 is instantiated when accessing properties and methods of its owner element.
</p>
6 <p>Should alert PASS.
</p>
9 testRunner
.dumpAsText();
11 function pluginCallback() { alert("PASS") }
16 alert("Exception: " + ex
.description
+ ". Test plugin was not found");