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

Side by Side Diff: LayoutTests/fast/js/kde/function_arguments-expected.txt

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 KDE JS Test
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS mf.arguments is expected[expno++]
7 PASS mf.arguments[0] is expected[expno++]
8 PASS mf.arguments[0] is expected[expno++]
9 PASS mf.arguments[0] is expected[expno++]
10 PASS mf.arguments[0] is expected[expno++]
11 PASS mf.arguments[0] is expected[expno++]
12 PASS mf.arguments[0] is expected[expno++]
13 PASS mf.arguments[0] is expected[expno++]
14 PASS mf.arguments[0] is expected[expno++]
15 PASS mf.arguments is expected[expno++]
16 PASS ReadOnlyOK is true
17 PASS DontDeleteOK is true
18 PASS DontEnumOK is true
19 PASS arg0 is 1
20 PASS arg1 is 2
21 PASS arg2 is 3
22 PASS arglength is 3
23 PASS newarg0 is 1
24 PASS newarg1 is 2
25 PASS newarg2 is 999
26 PASS newx is 888
27 PASS successfullyParsed is true
28
29 TEST COMPLETE
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698