OLD | NEW |
1 Test that we can get an NPObject returned through a method on an NPAPI Object. | 1 Test that we can get an NPObject returned through a method on an NPAPI Object. |
2 Prints "SUCCESS" on success, "FAILURE" on failure. | 2 Prints "SUCCESS" on success, "FAILURE" on failure. |
3 | 3 |
4 --- num test objects: | 4 --- num test objects: |
5 countAfterCreate == countOrig + 3? PASS | 5 countAfterCreate == countOrig + 3? PASS |
6 countOrig == countAfterGC? PASS | 6 countOrig == countAfterGC? PASS |
7 countOrig == countAfterGC2? PASS | 7 countOrig == countAfterGC2? PASS |
8 | 8 |
9 SUCCESS | 9 SUCCESS |
OLD | NEW |