| Index: third_party/WebKit/LayoutTests/plugins/override-node-method.html
|
| diff --git a/third_party/WebKit/LayoutTests/plugins/override-node-method.html b/third_party/WebKit/LayoutTests/plugins/override-node-method.html
|
| deleted file mode 100644
|
| index 8289880a0a240e763c3b6009aa8025fc7ef11efa..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/plugins/override-node-method.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<html>
|
| -<body>
|
| -<embed name="plg" type="application/x-webkit-test-netscape"></embed>
|
| -<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>
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| - function pluginCallback() { alert("PASS") }
|
| -
|
| - try {
|
| - plg.normalize();
|
| - } catch (ex) {
|
| - alert("Exception: " + ex.description + ". Test plugin was not found");
|
| - }
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|