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

Unified Diff: LayoutTests/plugins/pass-different-npp-struct.html

Issue 1319473007: Delete a bunch of NPAPI layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 3 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: LayoutTests/plugins/pass-different-npp-struct.html
diff --git a/LayoutTests/plugins/pass-different-npp-struct.html b/LayoutTests/plugins/pass-different-npp-struct.html
deleted file mode 100644
index 6fafdadd65481508f68e81438e531b111e84407c..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/pass-different-npp-struct.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-<head>
-<script>
- if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
- }
-</script>
-</head>
-<body>
-<embed id="testPlugin"
- type="application/x-webkit-test-netscape"
- src="data:text/plain,"
- test="pass-different-npp-struct">
-</embed>
-
-<div>
- This tests that no assertions fire when a plugin passes a different NPP struct to one of the NPN* functions (specifically, NPN_GetValue).
-</div>
-</body>
-</html>
-

Powered by Google App Engine
This is Rietveld 408576698