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

Unified Diff: LayoutTests/fast/js/kde/function-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/kde/function-expected.txt
diff --git a/LayoutTests/fast/js/kde/function-expected.txt b/LayoutTests/fast/js/kde/function-expected.txt
deleted file mode 100644
index 9d1a40851aa3354f5d35430ded71bee2fb7c1468..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/kde/function-expected.txt
+++ /dev/null
@@ -1,46 +0,0 @@
-KDE JS Test
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS empty1() is undefined
-PASS empty2() is undefined
-PASS obj.func(11) is 66
-PASS c.x is 11
-PASS f('bbbbb') is 'bbbbb'
-PASS foo() is '|'
-PASS foo('bar') is '|bar|'
-PASS foo('bar', 'x') is '|bar|x|'
-PASS foo2(7) is 1
-PASS foo3(0, 99) is 2
-PASS foo3(1, 99).length is 2
-PASS nest0(2,3) is 36
-PASS (new Function('return 11;'))() is 11
-PASS (new Function('', 'return 22;'))() is 22
-PASS (new Function('a', 'b', 'return a*b;'))(11, 3) is 33
-PASS (new Function(' a ', ' b ', 'return a*b;'))(11, 4) is 44
-PASS (new Function(' a,b ', ' c ', 'return a*b;'))(11, 5) is 55
-PASS (new Function(' a,b ', ' c3 ', 'return a*b;'))(11, 6) is 66
-PASS funcp3.length is 3
-PASS (function(a, b, c, d) { }).length is 4
-PASS (new Function('a', 'b', '')).length is 2
-PASS f4(4) is 24
-PASS f5(11) is 11
-PASS f5.arguments is null
-PASS arr[0] is 99
-PASS arr[0] is 99
-PASS typeof orgFuncClone is 'function'
-PASS orgFuncClone('world') is 'Hello world'
-PASS groupClone(1, 2) is 9
-PASS String(Math.sin) is sinStr
-PASS shadow() is 2
-PASS nestedret is 'inner nest'
-PASS not_nestedret is 'global nest'
-PASS sample.prototype.prototype is undefined.
-PASS sample.prototype.constructor == sample is true
-PASS caught is true
-PASS functionWithVarOverride(1) is 2
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/js/kde/encode_decode_uri-expected.txt ('k') | LayoutTests/fast/js/kde/garbage-n-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698