| Index: LayoutTests/fast/js/exception-linenums-expected.txt
|
| diff --git a/LayoutTests/fast/js/exception-linenums-expected.txt b/LayoutTests/fast/js/exception-linenums-expected.txt
|
| deleted file mode 100644
|
| index a9e799d91449a4948f2cc73560c16c2485c4d162..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/js/exception-linenums-expected.txt
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -This test exercises the source URL and line number that is embedded in JavaScript exceptions, which is displayed in places like the JavaScript console.
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -PASS typeof e.sourceURL is "string"
|
| -PASS e.line is 12
|
| -PASS typeof e.sourceURL is "string"
|
| -PASS e.line is 22
|
| -PASS typeof e.sourceURL is "string"
|
| -PASS e.line is 32
|
| -PASS typeof e.sourceURL is "string"
|
| -PASS e.line is 42
|
| -PASS typeof e.sourceURL is "string"
|
| -PASS e.line is 5
|
| -PASS typeof e.sourceURL is "string"
|
| -PASS e.line is 64
|
| -PASS e.line is 74
|
| -PASS e.line is 78
|
| -PASS e.line is 81
|
| -PASS e.line is 85
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|