97d45a80536a1cebc19aceab039f94c35556cd98
[profile/ivi/webkit-efl.git] / LayoutTests / fast / js / native-error-prototype-expected.txt
1 This is a test case for bug 55346 and bug 70889.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS ({}).toString.call(Error.prototype) is "[object Error]"
7 PASS ({}).toString.call(RangeError.prototype) is "[object Error]"
8 PASS err.toString() is "message"
9 PASS successfullyParsed is true
10
11 TEST COMPLETE
12