| Index: third_party/WebKit/LayoutTests/inspector/console/console-nested-group-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-nested-group-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-nested-group-expected.txt
|
| index 9842b82d27f87f97120a12a989f8c3612ce49c9c..4c9a879730a9a2f5c762b22758d562bfd983e1bd 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-nested-group-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-nested-group-expected.txt
|
| @@ -1,6 +1,16 @@
|
| +CONSOLE MESSAGE: line 9: outer group
|
| +CONSOLE MESSAGE: line 10: inner group
|
| CONSOLE MESSAGE: line 11: Message inside inner group
|
| +CONSOLE MESSAGE: line 12: console.groupEnd
|
| +CONSOLE MESSAGE: line 13: console.groupEnd
|
| CONSOLE MESSAGE: line 14: Message that must not be in any group
|
| +CONSOLE MESSAGE: line 19: One of several groups which shouldn't be coalesced.
|
| +CONSOLE MESSAGE: line 19: One of several groups which shouldn't be coalesced.
|
| +CONSOLE MESSAGE: line 19: One of several groups which shouldn't be coalesced.
|
| CONSOLE MESSAGE: line 21: Message inside third group
|
| +CONSOLE MESSAGE: line 23: console.groupEnd
|
| +CONSOLE MESSAGE: line 23: console.groupEnd
|
| +CONSOLE MESSAGE: line 23: console.groupEnd
|
| Tests that console.group/groupEnd messages won't be coalesced. Bug 56114. Bug 63521.
|
|
|
| console-nested-group.html:9 outer group console-message-wrapper console-log-level > console-message console-group-title
|
|
|