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

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

Issue 1319473007: Delete a bunch of NPAPI layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 3 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 | Annotate | Revision Log
OLDNEW
(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
OLDNEW
« no previous file with comments | « LayoutTests/plugins/npruntime/browser-object-identity.html ('k') | LayoutTests/plugins/npruntime/construct.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698