X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Ffast%2Fjs%2FPromise-bindings-check-exception-expected.txt;h=ce977f44ad2dc77448ae6728685bdf352872e14a;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=dd3d28ddd3a0019bac9d560e7dbf16eaf6f777c8;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/fast/js/Promise-bindings-check-exception-expected.txt b/src/third_party/WebKit/LayoutTests/fast/js/Promise-bindings-check-exception-expected.txt index dd3d28d..ce977f4 100644 --- a/src/third_party/WebKit/LayoutTests/fast/js/Promise-bindings-check-exception-expected.txt +++ b/src/third_party/WebKit/LayoutTests/fast/js/Promise-bindings-check-exception-expected.txt @@ -36,6 +36,15 @@ Error: Thrown from toString PASS Rejected as expected: range error(octet) PASS reason instanceof Error is true TypeError: Failed to execute 'promiseCheckRange' on 'Internals': Value is outside the 'octet' value range. +PASS Resolved as expected: valid argument (Location) +PASS Resolved as expected: valid argument (Document) +PASS Resolved as expected: valid argument (Location, long, long) +PASS Rejected as expected: type error (Object) +PASS reason instanceof Error is true +TypeError: Failed to execute 'promiseCheckOverload' on 'Internals': No function was found that matched the signature provided. +PASS Rejected as expected: type error (Location, long) +PASS reason instanceof Error is true +TypeError: Failed to execute 'promiseCheckOverload' on 'Internals': Valid arities are: [1, 3], but 2 arguments provided. PASS successfullyParsed is true TEST COMPLETE