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

Side by Side Diff: LayoutTests/fast/js/function-dot-arguments-identity-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 This tests verifies the identity of function.arguments vs 'arguments' used local ly.
2
3 PASS: getArguments() == arguments should be false and is.
4 PASS: getArguments() == eval('arguments') should be false and is.
5 PASS: getArguments() == arguments {eval present} should be false and is.
6 PASS: getArguments() == arguments {function present} should be false and is.
7 PASS: getArguments() == arguments {closure present} should be false and is.
8 PASS: getArguments() == arguments {with present} should be false and is.
9 PASS: getArguments() == arguments {catch present} should be false and is.
10 PASS: getArguments() == arguments {var declaration} should be false and is.
11 PASS: getArguments() == arguments {function declaration} should be false and is.
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698