| Index: LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt
 | 
| diff --git a/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt b/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt
 | 
| index 34cb6eeb41fe832f6c228c08d3366a6923d9077a..7a13eecf40fca30b52cc5d0fbc356d62c77a40f2 100644
 | 
| --- a/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt
 | 
| +++ b/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt
 | 
| @@ -1,8 +1,8 @@
 | 
|  CONSOLE MESSAGE: line 7: log
 | 
| -CONSOLE MESSAGE: line 8: debug
 | 
| +CONSOLE DEBUG: line 8: debug
 | 
|  CONSOLE MESSAGE: line 9: info
 | 
| -CONSOLE MESSAGE: line 10: warn
 | 
| -CONSOLE MESSAGE: line 11: error
 | 
| +CONSOLE WARNING: line 10: warn
 | 
| +CONSOLE ERROR: line 11: error
 | 
|  Tests that Web Inspector won't crash if some console have been logged by the time it's opening.
 | 
|  
 | 
|  log console-log-before-inspector-open.html:7
 | 
| 
 |