| Index: LayoutTests/plugins/npruntime/delete-plugin-within-hasProperty-return-false.html
 | 
| diff --git a/LayoutTests/plugins/npruntime/delete-plugin-within-hasProperty-return-false.html b/LayoutTests/plugins/npruntime/delete-plugin-within-hasProperty-return-false.html
 | 
| deleted file mode 100644
 | 
| index da3d84818e8ead0dd7fa52b5228f6e1328286f4d..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/plugins/npruntime/delete-plugin-within-hasProperty-return-false.html
 | 
| +++ /dev/null
 | 
| @@ -1,16 +0,0 @@
 | 
| -<html>
 | 
| -<body>
 | 
| -<embed name="plg" type="application/x-webkit-test-netscape"></embed>
 | 
| -<script>
 | 
| -
 | 
| -    if (window.testRunner)
 | 
| -        testRunner.dumpAsText();
 | 
| -    
 | 
| -    function deletePlugin() {
 | 
| -        document.body.innerHTML = ""
 | 
| -    }
 | 
| -
 | 
| -    plg.deletePluginInHasPropertyReturnFalse;
 | 
| -</script>
 | 
| -</body>
 | 
| -</html>
 | 
| 
 |