Index: content/test/data/npapi/ensure_scripting_works_in_destroy.html |
diff --git a/content/test/data/npapi/ensure_scripting_works_in_destroy.html b/content/test/data/npapi/ensure_scripting_works_in_destroy.html |
deleted file mode 100644 |
index 80b9f65fdfeefa20573aad0a726890ce59e6c2f4..0000000000000000000000000000000000000000 |
--- a/content/test/data/npapi/ensure_scripting_works_in_destroy.html |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-<html> |
-<head> |
-<script src="npapi.js"></script> |
-<script> |
-function onloadfunction() { |
- document.getElementById("theiframe").src = "about:blank"; |
-} |
-</script> |
-</head> |
- |
-<body onload="setTimeout(onloadfunction(), 0)"> |
-<div id="statusPanel" style="border: 1px solid red; width: 100%"> |
-Test running.... |
-</div> |
- |
-Tests that scripting works during NPP_Destroy. |
- |
-<iframe src="ensure_scripting_works_in_destroy_iframe.html" id="theiframe"> |
-</iframe> |
-</body> |
-</html> |