| Index: LayoutTests/fast/workers/worker-console-log-expected.txt
|
| diff --git a/LayoutTests/fast/workers/worker-console-log-expected.txt b/LayoutTests/fast/workers/worker-console-log-expected.txt
|
| index 17c534730335518ca75c1a4818e2423bd7086f15..492edea3050eb1df9c66d3a97972b162ece0362f 100644
|
| --- a/LayoutTests/fast/workers/worker-console-log-expected.txt
|
| +++ b/LayoutTests/fast/workers/worker-console-log-expected.txt
|
| @@ -1,10 +1,10 @@
|
| CONSOLE MESSAGE: line 2: log
|
| CONSOLE MESSAGE: line 3: function
|
| CONSOLE MESSAGE: line 4: function log() { [native code] }
|
| -CONSOLE MESSAGE: line 5: error
|
| -CONSOLE MESSAGE: line 6: warn
|
| +CONSOLE ERROR: line 5: error
|
| +CONSOLE WARNING: line 6: warn
|
| CONSOLE MESSAGE: line 7: info
|
| -CONSOLE MESSAGE: line 8: debug
|
| +CONSOLE DEBUG: line 8: debug
|
| This tests that 'console.log' and friends function correctly from workers.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|