| Index: chrome/test/data/npapi/execute_script_delete_in_npn_evaluate.html
|
| ===================================================================
|
| --- chrome/test/data/npapi/execute_script_delete_in_npn_evaluate.html (revision 147965)
|
| +++ chrome/test/data/npapi/execute_script_delete_in_npn_evaluate.html (working copy)
|
| @@ -1,39 +0,0 @@
|
| -<html>
|
| -
|
| -<head>
|
| -<script src="npapi.js"></script>
|
| -
|
| -<script>
|
| -function DeletePluginWithinScript() {
|
| - var plugin_div = document.getElementById("PluginDiv");
|
| - plugin_div.innerHTML = "Object Deleted";
|
| - onSuccess("npobject_delete_plugin_in_evaluate", 1);
|
| -}
|
| -</script>
|
| -</head>
|
| -
|
| -<body>
|
| -<div id="statusPanel" style="border: 1px solid red; width: 100%">
|
| -Test running....
|
| -</div>
|
| -
|
| -
|
| -NPObject Proxy Test<p>
|
| -
|
| -Tests the case where a plugin instance is deleted in the context
|
| -of NPN_Evaluate
|
| -
|
| -<DIV ID=PluginDiv>
|
| -<embed type="application/vnd.npapi-test"
|
| - src="foo"
|
| - name="npobject_delete_plugin_in_evaluate"
|
| - id="1"
|
| - mode="np_embed"
|
| ->
|
| -</DIV>
|
| -<script>
|
| - var height = document.body.offsetHeight;
|
| -</script>
|
| -
|
| -</body>
|
| -</html>
|
|
|