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

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

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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
1 Tests that the NPRuntime implementation works as expected 1 Tests that the NPRuntime implementation works as expected
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 successfullyParsed is true
7
8 TEST COMPLETE
6 PASS argumentsLength is 7 9 PASS argumentsLength is 7
7 PASS typeof(undefinedArgument) is 'undefined' 10 PASS typeof(undefinedArgument) is 'undefined'
8 PASS typeof(nullArgument) is 'object' 11 PASS typeof(nullArgument) is 'object'
9 PASS nullArgument is null 12 PASS nullArgument is null
10 PASS typeof(booleanArgument) is 'boolean' 13 PASS typeof(booleanArgument) is 'boolean'
11 PASS booleanArgument is true 14 PASS booleanArgument is true
12 PASS typeof(intArgument) is 'number' 15 PASS typeof(intArgument) is 'number'
13 PASS intArgument is 242 16 PASS intArgument is 242
14 PASS typeof(doubleArgument) is 'number' 17 PASS typeof(doubleArgument) is 'number'
15 PASS doubleArgument is 242.242 18 PASS doubleArgument is 242.242
16 PASS typeof(stringArgument) is 'string' 19 PASS typeof(stringArgument) is 'string'
17 PASS stringArgument is 'Hello, World' 20 PASS stringArgument is 'Hello, World'
18 PASS typeof(objectArgument) is 'object' 21 PASS typeof(objectArgument) is 'object'
19 PASS successfullyParsed is true 22 PASS successfullyParsed is true
20 23
21 TEST COMPLETE 24 TEST COMPLETE
22 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698