| Index: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-filter-level-test-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-filter-level-test-expected.txt b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-filter-level-test-expected.txt
|
| similarity index 96%
|
| copy from third_party/WebKit/LayoutTests/inspector/console/console-filter-level-test-expected.txt
|
| copy to third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-filter-level-test-expected.txt
|
| index 371444b4b3a2fc9e4b2967fb9c2a22163ab98a0f..6c9f40cc7493213d145ee846c6462e3d0e7373ed 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-filter-level-test-expected.txt
|
| +++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-filter-level-test-expected.txt
|
| @@ -1,10 +1,10 @@
|
| -CONSOLE MESSAGE: line 10: sample info
|
| +CONSOLE INFO: line 10: sample info
|
| CONSOLE MESSAGE: line 11: sample log
|
| CONSOLE WARNING: line 12: sample warning
|
| CONSOLE DEBUG: line 13: sample debug
|
| CONSOLE ERROR: line 14: sample error
|
| -CONSOLE MESSAGE: line 16: abc info
|
| -CONSOLE MESSAGE: line 17: def info
|
| +CONSOLE INFO: line 16: abc info
|
| +CONSOLE INFO: line 17: def info
|
| CONSOLE WARNING: line 19: abc warn
|
| CONSOLE WARNING: line 20: def warn
|
| Tests that console can filter messages by source.
|
|
|