Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6299)

Unified Diff: content/test/data/npapi/ensure_scripting_works_in_destroy.html

Issue 1182303010: Delete the NPAPI plugin browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698