X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=LayoutTests%2Ffast%2Fjs%2Fnative-error-prototype-expected.txt;h=97d45a80536a1cebc19aceab039f94c35556cd98;hb=b96e33af77ac7d81a666d5aa202235b793aeeb21;hp=71761bfab80291032050de866e2c2b71015531cc;hpb=2632619e54bc9f41ccea7c574710fe213e49212d;p=profile%2Fivi%2Fwebkit-efl.git diff --git a/LayoutTests/fast/js/native-error-prototype-expected.txt b/LayoutTests/fast/js/native-error-prototype-expected.txt index 71761bf..97d45a8 100755 --- a/LayoutTests/fast/js/native-error-prototype-expected.txt +++ b/LayoutTests/fast/js/native-error-prototype-expected.txt @@ -1,10 +1,11 @@ -This is a test case for bug 55346. +This is a test case for bug 55346 and bug 70889. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". PASS ({}).toString.call(Error.prototype) is "[object Error]" PASS ({}).toString.call(RangeError.prototype) is "[object Error]" +PASS err.toString() is "message" PASS successfullyParsed is true TEST COMPLETE