Chromium Code Reviews

Unified Diff: test/inspector/runtime/console-deprecated-methods-expected.txt

Issue 2369753004: [inspector] added inspector test runner [part 5] (Closed)
Patch Set: rebased Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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.
+

Powered by Google App Engine