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