| 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 3e616c15655599ec9666c620f85146a5d77f22e0..dbd0d3c204ec395eeaa2a1460807a38426b0cb42 100644
|
| --- a/LayoutTests/fast/workers/worker-console-log-expected.txt
|
| +++ b/LayoutTests/fast/workers/worker-console-log-expected.txt
|
| @@ -5,6 +5,7 @@ CONSOLE ERROR: line 5: error
|
| CONSOLE WARNING: line 6: warn
|
| CONSOLE INFO: line 7: info
|
| CONSOLE DEBUG: line 8: debug
|
| +CONSOLE DEBUG: line 9: count: 1
|
| 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".
|
|
|