diff options
Diffstat (limited to 'webkit/data/layout_tests/chrome/plugins/refcount-leaks-expected.txt')
-rw-r--r-- | webkit/data/layout_tests/chrome/plugins/refcount-leaks-expected.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/webkit/data/layout_tests/chrome/plugins/refcount-leaks-expected.txt b/webkit/data/layout_tests/chrome/plugins/refcount-leaks-expected.txt deleted file mode 100644 index 3f76868..0000000 --- a/webkit/data/layout_tests/chrome/plugins/refcount-leaks-expected.txt +++ /dev/null @@ -1,14 +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: -originally: 1 -after creation: 4 -after GC: 1 - ---- refcount on plug.testObject: -originally: 2 -after get: 2 -after GC: 2 -after passing: 2 -SUCCESS |