| Index: third_party/WebKit/LayoutTests/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/LayoutTests/inspector/console/console-filter-level-test-expected.txt
|
| index 89d8239bfb604af526392f4cfec6d02ef84fabfe..ebfc1e28f8384a0c2d5bb55129098eee87df10a3 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-filter-level-test-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-filter-level-test-expected.txt
|
| @@ -1,10 +1,10 @@
|
| -CONSOLE INFO: line 10: sample info
|
| +CONSOLE MESSAGE: 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 INFO: line 16: abc info
|
| -CONSOLE INFO: line 17: def info
|
| +CONSOLE MESSAGE: line 16: abc info
|
| +CONSOLE MESSAGE: line 17: def info
|
| CONSOLE WARNING: line 19: abc warn
|
| CONSOLE WARNING: line 20: def warn
|
| Tests that console can filter messages by source.
|
| @@ -38,8 +38,11 @@ onload @ console-filter-level-test.html:15
|
| >'Should be always visible'
|
| >"Should be always visible"
|
|
|
| -Running: onlyLog
|
| +Running: onlyInfo
|
| +>console-filter-level-test.html:5 sample info
|
| >console-filter-level-test.html:6 sample log
|
| +>console-filter-level-test.html:11 abc info
|
| +>console-filter-level-test.html:12 def info
|
| >'Should be always visible'
|
| >"Should be always visible"
|
|
|
|
|