| Index: LayoutTests/plugins/npruntime/delete-plugin-within-invoke.html
|
| diff --git a/LayoutTests/plugins/npruntime/delete-plugin-within-invoke.html b/LayoutTests/plugins/npruntime/delete-plugin-within-invoke.html
|
| deleted file mode 100644
|
| index 80c5a1ae03a851633f71940f7e7e91c14c7d6251..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/plugins/npruntime/delete-plugin-within-invoke.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.testDeleteWithinInvoke();
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|