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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/js/function-dot-arguments-identity-expected.txt
diff --git a/LayoutTests/fast/js/function-dot-arguments-identity-expected.txt b/LayoutTests/fast/js/function-dot-arguments-identity-expected.txt
deleted file mode 100644
index efbf5a6e5b52834d811942670bf74db1b0643bb8..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/function-dot-arguments-identity-expected.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-This tests verifies the identity of function.arguments vs 'arguments' used locally.
-
-PASS: getArguments() == arguments should be false and is.
-PASS: getArguments() == eval('arguments') should be false and is.
-PASS: getArguments() == arguments {eval present} should be false and is.
-PASS: getArguments() == arguments {function present} should be false and is.
-PASS: getArguments() == arguments {closure present} should be false and is.
-PASS: getArguments() == arguments {with present} should be false and is.
-PASS: getArguments() == arguments {catch present} should be false and is.
-PASS: getArguments() == arguments {var declaration} should be false and is.
-PASS: getArguments() == arguments {function declaration} should be false and is.
-

Powered by Google App Engine
This is Rietveld 408576698