X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fv8%2Ftest%2Fwebkit%2Ffast%2Fjs%2Fdate-toisostring-expected.txt;h=26517264ae244e306c92172633493407341a798e;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=865090aa142e8101056004b785ff0771eb305cc3;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/v8/test/webkit/fast/js/date-toisostring-expected.txt b/src/v8/test/webkit/fast/js/date-toisostring-expected.txt index 865090a..2651726 100644 --- a/src/v8/test/webkit/fast/js/date-toisostring-expected.txt +++ b/src/v8/test/webkit/fast/js/date-toisostring-expected.txt @@ -26,8 +26,8 @@ Tests for Date.toISOString On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS Date.toISOString.call({}) threw exception TypeError: Cannot call method 'call' of undefined. -PASS Date.toISOString.call(0) threw exception TypeError: Cannot call method 'call' of undefined. +PASS Date.toISOString.call({}) threw exception TypeError: Cannot read property 'call' of undefined. +PASS Date.toISOString.call(0) threw exception TypeError: Cannot read property 'call' of undefined. PASS new Date(-400).toISOString() is '1969-12-31T23:59:59.600Z' PASS new Date(0).toISOString() is '1970-01-01T00:00:00.000Z' PASS new Date('1 January 1500 UTC').toISOString() is '1500-01-01T00:00:00.000Z'