summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/console-deprecated-methods-expected.txt
blob: 4c1e26518ca404c5f05a54d1a71d5f24fedb9ea4 (plain)
1
2
3
4
Tests checks that deprecation messages for console.
'console.timeline' is deprecated. Please use 'console.time' instead.
'console.timelineEnd' is deprecated. Please use 'console.timeEnd' instead.
'console.markTimeline' is deprecated. Please use 'console.timeStamp' instead.