Index: third_party/WebKit/LayoutTests/inspector-protocol/console/console-deprecated-methods-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/console/console-deprecated-methods-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/console/console-deprecated-methods-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1ad06d853249aeccfadd205d468c08e43cc03523 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/console/console-deprecated-methods-expected.txt |
@@ -0,0 +1,4 @@ |
+CONSOLE WARNING: 'console.timeline' is deprecated. Please use 'console.time' instead. |
+CONSOLE WARNING: 'console.timelineEnd' is deprecated. Please use 'console.timeEnd' instead. |
+CONSOLE WARNING: 'console.markTimeline' is deprecated. Please use 'console.timeStamp' instead. |
+Tests checks that deprecation messages for console. |