Index: test/inspector/runtime/console-deprecated-methods-expected.txt |
diff --git a/test/inspector/runtime/console-deprecated-methods-expected.txt b/test/inspector/runtime/console-deprecated-methods-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1b8e4aa2ced6c1b4e9b686c7fed75a3fc27d29c8 |
--- /dev/null |
+++ b/test/inspector/runtime/console-deprecated-methods-expected.txt |
@@ -0,0 +1,5 @@ |
+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. |
+ |