| Index: content/test/data/npapi/self_delete_plugin_stream.html
|
| diff --git a/content/test/data/npapi/self_delete_plugin_stream.html b/content/test/data/npapi/self_delete_plugin_stream.html
|
| deleted file mode 100644
|
| index a43c38a99c8daac94c37432801a85441c07971df..0000000000000000000000000000000000000000
|
| --- a/content/test/data/npapi/self_delete_plugin_stream.html
|
| +++ /dev/null
|
| @@ -1,34 +0,0 @@
|
| -<html>
|
| -
|
| -<head>
|
| -<script src="npapi.js"></script>
|
| -
|
| -<script>
|
| -function DeletePluginWithinScript() {
|
| - var plugin_div = document.getElementById("PluginDiv");
|
| - plugin_div.innerHTML = "Object Deleted";
|
| - onSuccess("self_delete_plugin_stream", 1);
|
| -}
|
| -</script>
|
| -</head>
|
| -
|
| -<body>
|
| -<div id="statusPanel" style="border: 1px solid red; width: 100%">
|
| -Test running....
|
| -</div>
|
| -
|
| -
|
| -<DIV ID=PluginDiv>
|
| -<embed type="application/vnd.npapi-test"
|
| - src="foo"
|
| - name="self_delete_plugin_stream"
|
| - id="1"
|
| - mode="np_embed"
|
| ->
|
| -</DIV>
|
| -<script>
|
| - var height = document.body.offsetHeight;
|
| -</script>
|
| -
|
| -</body>
|
| -</html>
|
|
|