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 |