Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: LayoutTests/plugins/npruntime/browser-object-identity-expected.txt

Issue 1005223002: Blink: Replace all "plug-in" with "plugin". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert netscape-dom-access tests. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW
« no previous file with comments | « LayoutTests/plugins/npp-new-fails-expected.txt ('k') | LayoutTests/plugins/npruntime/get-property-return-value.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698