| Index: LayoutTests/fast/events/window-onerror-06-expected.txt
|
| diff --git a/LayoutTests/fast/events/window-onerror-06-expected.txt b/LayoutTests/fast/events/window-onerror-06-expected.txt
|
| index d1eb63ec36c6caede8750fbd40541b3f447f4b0b..ac55e07e3fe2bef47c25cb8c8fadfc433e776b5c 100644
|
| --- a/LayoutTests/fast/events/window-onerror-06-expected.txt
|
| +++ b/LayoutTests/fast/events/window-onerror-06-expected.txt
|
| @@ -1,5 +1,5 @@
|
| -CONSOLE MESSAGE: line 6: Uncaught Error: Original exception.
|
| -CONSOLE MESSAGE: line 6: Uncaught Error: Nested exception.
|
| +CONSOLE ERROR: line 6: Uncaught Error: Original exception.
|
| +CONSOLE ERROR: line 6: Uncaught Error: Nested exception.
|
| This test should trigger 'window.onerror' only once, without diving into horrible recursion.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|