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

Unified Diff: LayoutTests/fast/js/function-bind-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/function-bind-expected.txt
diff --git a/LayoutTests/fast/js/function-bind-expected.txt b/LayoutTests/fast/js/function-bind-expected.txt
deleted file mode 100644
index d2de45413033a37460efe59ac134ba3bc57edefb..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/function-bind-expected.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-Tests Function.bind.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS result is "[object Window] -> x:1, y:2"
-PASS result is "'a' -> x:'b', y:1"
-PASS result is "'a' -> x:'b', y:'c'"
-PASS result is "[object Object] -> x:1, y:2"
-PASS result is "[object Object] -> x:'b', y:1"
-PASS result is "[object Object] -> x:'b', y:'c'"
-PASS f instanceof F is true
-PASS f instanceof G is true
-PASS f instanceof H is true
-PASS g instanceof F is true
-PASS g instanceof G is true
-PASS g instanceof H is true
-PASS h instanceof F is true
-PASS h instanceof G is true
-PASS h instanceof H is true
-PASS "prototype" in F is true
-PASS "prototype" in G is false
-PASS "prototype" in H is false
-PASS Function.bind.call(undefined) threw exception TypeError: Type error.
-PASS abcAt(1) is "b"
-PASS new abcAt(1) threw exception TypeError: 'function charAt() {
- [native code]
-}' is not a constructor (evaluating 'new abcAt(1)').
-PASS boundFunctionPrototypeAccessed is false
-PASS Function.bind.length is 1
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/js/function-apply-aliased-expected.txt ('k') | LayoutTests/fast/js/function-declaration-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698