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

Side by Side Diff: LayoutTests/plugins/npruntime/npruntime-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 Tests that the NPRuntime implementation works as expected
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
9 PASS argumentsLength is 7
10 PASS typeof(undefinedArgument) is 'undefined'
11 PASS typeof(nullArgument) is 'object'
12 PASS nullArgument is null
13 PASS typeof(booleanArgument) is 'boolean'
14 PASS booleanArgument is true
15 PASS typeof(intArgument) is 'number'
16 PASS intArgument is 242
17 PASS typeof(doubleArgument) is 'number'
18 PASS doubleArgument is 242.242
19 PASS typeof(stringArgument) is 'string'
20 PASS stringArgument is 'Hello, World'
21 PASS typeof(objectArgument) is 'object'
22 PASS successfullyParsed is true
23
24 TEST COMPLETE
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698