Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/console-timeline-expected.txt

Issue 1859293002: [DevTools] Move Console to v8_inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/tracing/console-timeline-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/console-timeline-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/console-timeline-expected.txt
deleted file mode 100644
index d7865e09d4c267a302ac93b4427dfa08583a0615..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/inspector/tracing/console-timeline-expected.txt
+++ /dev/null
@@ -1,66 +0,0 @@
-CONSOLE WARNING: 'console.timeline' is deprecated. Please use 'console.time' instead.
dgozman 2016/04/08 18:18:45 Let's add a test which shows "the method was remov
kozy 2016/04/08 23:56:50 Done.
-CONSOLE WARNING: 'console.timelineEnd' is deprecated. Please use 'console.timeEnd' instead.
-Tests console.timeline and timelineEnd commands.
-
-
-Running: testStartStopTimeline
-timestamp 0
-Timeline 'one'
-timestamp 1
-Timeline 'one'
-timestamp 2
-
-Running: testStartStopMultiple
-error: Event Timeline 'one' has already been started
-error: Event Timeline 'two' has already been started
-timestamp 0
-Timeline 'one'
-timestamp 1
-Timeline 'one'
-Timeline 'two'
-Timeline 'two'
-Timeline 'two'
-timestamp 2
-Timeline 'one'
-timestamp 3
-Timeline 'two'
-timestamp 4
-Timeline 'one'
-timestamp 5
-
-Running: testStartMultipleStopInsideEvals
-timestamp 0
-Timeline 'one'
-timestamp 1
-Timeline 'two'
-timestamp 2
-timestamp 3
-Timeline 'two'
-timestamp 4
-timestamp 5
-Timeline 'one'
-timestamp 6 - FAIL
-
-Running: testStopUnknown
-timestamp 0
-Timeline 'one'
-timestamp 1
-Timeline 'two'
-timestamp 2
-Timeline 'one'
-timestamp 3
-
-Running: testStartFromPanel
-timestamp 0
-Timeline 'one'
-timestamp 1
-Timeline 'one'
-timestamp 2
-
-Running: testStopFromPanel
-timestamp 0
-Timeline 'one'
-timestamp 1
-Timeline 'two'
-timestamp 2
-

Powered by Google App Engine
This is Rietveld 408576698