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

Unified Diff: third_party/WebKit/LayoutTests/plugins/refcount-leaks-expected.txt

Issue 1483733002: Remove support for NPObjects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad rebase. Created 4 years, 9 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: third_party/WebKit/LayoutTests/plugins/refcount-leaks-expected.txt
diff --git a/third_party/WebKit/LayoutTests/plugins/refcount-leaks-expected.txt b/third_party/WebKit/LayoutTests/plugins/refcount-leaks-expected.txt
deleted file mode 100644
index d51a342e035a83933826c7dd60ebb8880a6a7a7b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/plugins/refcount-leaks-expected.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Test that we can get an NPObject returned through a method on an NPAPI Object.
-Prints "SUCCESS" on success, "FAILURE" on failure.
-
---- num test objects:
-countAfterCreate == countOrig + 3? PASS
-countOrig == countAfterGC? PASS
-
---- refcount on plug.testObject:
-originally: 2
-after GC: 2
-after passing: 2
-SUCCESS

Powered by Google App Engine
This is Rietveld 408576698