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

Unified Diff: LayoutTests/fast/js/instance-of-immediates-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (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/instance-of-immediates-expected.txt
diff --git a/LayoutTests/fast/js/instance-of-immediates-expected.txt b/LayoutTests/fast/js/instance-of-immediates-expected.txt
deleted file mode 100644
index e81902a55251a7c0bceda64621cd575f3b84ee0f..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/instance-of-immediates-expected.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-This test makes sure that instance of behaves correctly when the value, constructor, or its prototype are immediates.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS (1 instanceof 1) threw exception TypeError: '1' is not a valid argument for 'instanceof' (evaluating '1 instanceof 1').
-PASS ({} instanceof 1) threw exception TypeError: '1' is not a valid argument for 'instanceof' (evaluating '{} instanceof 1').
-PASS (obj instanceof 1) threw exception TypeError: '1' is not a valid argument for 'instanceof' (evaluating 'obj instanceof 1').
-PASS (1 instanceof {}) threw exception TypeError: '[object Object]' is not a valid argument for 'instanceof' (evaluating '1 instanceof {}').
-PASS ({} instanceof {}) threw exception TypeError: '[object Object]' is not a valid argument for 'instanceof' (evaluating '{} instanceof {}').
-PASS (obj instanceof {}) threw exception TypeError: '[object Object]' is not a valid argument for 'instanceof' (evaluating 'obj instanceof {}').
-PASS (1 instanceof Constructor) is false
-PASS ({} instanceof Constructor) is false
-PASS (obj instanceof Constructor) is true
-PASS (1 instanceof Constructor) is false
-PASS ({} instanceof Constructor) threw exception TypeError: instanceof called on an object with an invalid prototype property..
-PASS (obj instanceof Constructor) threw exception TypeError: instanceof called on an object with an invalid prototype property..
-PASS (1 instanceof Constructor) is false
-PASS ({} instanceof Constructor) is false
-PASS (obj instanceof Constructor) is false
-PASS (1 instanceof Constructor) is false
-PASS ({} instanceof Constructor) threw exception TypeError: instanceof called on an object with an invalid prototype property..
-PASS (obj instanceof Constructor) threw exception TypeError: instanceof called on an object with an invalid prototype property..
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/js/global-constructors-expected.txt ('k') | LayoutTests/fast/js/invalid-syntax-for-function-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698