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

Side by Side Diff: LayoutTests/plugins/npruntime/identifier-conversion-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 converting strings and integers to identifiers and back
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS embed.testIdentifierToString('foo') is "foo"
7 PASS embed.testIdentifierToString('123') is "123"
8 PASS embed.testIdentifierToString('null') is "null"
9 PASS embed.testIdentifierToString(1) is undefined
10 PASS embed.testIdentifierToString(-1) is undefined
11 PASS embed.testIdentifierToString(1.40) is undefined
12 PASS embed.testIdentifierToInt(1) is 1
13 PASS embed.testIdentifierToInt(-1) is -1
14 PASS embed.testIdentifierToInt(10) is 10
15 PASS embed.testIdentifierToInt(10.234234) is 10
16 PASS embed.testIdentifierToInt('foo') is 0
17 PASS embed.testIdentifierToInt('10') is 0
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21
OLDNEW
« no previous file with comments | « LayoutTests/plugins/npruntime/identifier-conversion.html ('k') | LayoutTests/plugins/npruntime/invoke.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698