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

Unified Diff: LayoutTests/plugins/get-user-agent-with-null-npp-from-npp-new.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/get-user-agent-with-null-npp-from-npp-new.html
diff --git a/LayoutTests/plugins/get-user-agent-with-null-npp-from-npp-new.html b/LayoutTests/plugins/get-user-agent-with-null-npp-from-npp-new.html
deleted file mode 100644
index 95c85d46d16695e487001a02e27acae6c094703d..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/get-user-agent-with-null-npp-from-npp-new.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="../resources/plugin.js"></script>
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-startAfterLoadAndFinish();
-</script>
-</head>
-<body>
- <div>
- <embed id=testPlugin type="application/x-webkit-test-netscape" test="get-user-agent-with-null-npp-from-npp-new"></embed>
- </div>
- <p>This tests that we can get a user agent when calling NPN_UserAgent with a null NPP from NPP_New.</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698