| OLD | NEW |
| 1 Test that plug-in doesn't get a new browser object instance each time | 1 Test that plugin doesn't get a new browser object instance each time |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS embed.getAndForgetRememberedObject().foo is 'bar' | 6 PASS embed.getAndForgetRememberedObject().foo is 'bar' |
| 7 PASS embed.refCount(obj) is 1 | 7 PASS embed.refCount(obj) is 1 |
| 8 PASS embed.refCount(obj) is 1 | 8 PASS embed.refCount(obj) is 1 |
| 9 PASS embed.refCount(obj) is 2 | 9 PASS embed.refCount(obj) is 2 |
| 10 PASS embed.getRememberedObject() is obj | 10 PASS embed.getRememberedObject() is obj |
| 11 PASS embed.getRememberedObject() is obj | 11 PASS embed.getRememberedObject() is obj |
| 12 FAIL embed.refCount(obj) should be 2. Was 4. | 12 FAIL embed.refCount(obj) should be 2. Was 4. |
| 13 PASS embed.getAndForgetRememberedObject() is obj | 13 PASS embed.getAndForgetRememberedObject() is obj |
| 14 FAIL embed.refCount(obj) should be 1. Was 4. | 14 FAIL embed.refCount(obj) should be 1. Was 4. |
| 15 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
| 16 | 16 |
| 17 TEST COMPLETE | 17 TEST COMPLETE |
| 18 | 18 |
| OLD | NEW |