Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Window / console-functions-expected.txt
blob8e83ca7b98b7681ddbd1f88964d42d54ea2a6351
1 CONSOLE MESSAGE: line 10: console.log() called.
2 CONSOLE INFO: line 11: console.info() called.
3 CONSOLE WARNING: line 12: console.warn() called.
4 CONSOLE ERROR: line 13: console.error() called.
5 Tests window.console functions. To make sure this test passed you must check the console for the following 4 messages:
7 console.log() called.
8 console.info() called.
9 console.warn() called.
10 console.error() called.