| Index: LayoutTests/fast/js/object-prototype-toLocaleString-expected.txt
|
| diff --git a/LayoutTests/fast/js/object-prototype-toLocaleString-expected.txt b/LayoutTests/fast/js/object-prototype-toLocaleString-expected.txt
|
| deleted file mode 100644
|
| index 5816496896fc6c0bc41cba89a980ee25776f7db6..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/js/object-prototype-toLocaleString-expected.txt
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -Tests: Object.prototype.toLocaleString(). Related bug: 3989 JSC doesn't implement Object.prototype.toLocaleString()
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -PASS o.toLocaleString() is o.toString()
|
| -PASS o.toLocaleString() is "Dynamic toLocaleString()"
|
| -PASS Object.prototype.toLocaleString.call('Hello, world!') is "Hello, world!"
|
| -PASS Object.prototype.toLocaleString.call('Hello, world!') is "stringPrototypeToString"
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|