| Index: LayoutTests/fast/js/exception-properties-expected.txt
|
| diff --git a/LayoutTests/fast/js/exception-properties-expected.txt b/LayoutTests/fast/js/exception-properties-expected.txt
|
| deleted file mode 100644
|
| index ed8bc890fac255a5160f75ca2fa057848af4b308..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/js/exception-properties-expected.txt
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -Test for correct properties on Error objects.
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -PASS enumerableProperties(error) is []
|
| -FAIL enumerableProperties(nativeError) should be stack,line,sourceURL. Was .
|
| -PASS Object.getPrototypeOf(nativeError).name is "RangeError"
|
| -PASS Object.getPrototypeOf(nativeError).message is ""
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|