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

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

Issue 2037593004: [DevTools] Remove unnecessary knowledge about console from core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more test Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 11: 'console.timeline' is deprecated. Please use 'console. time' instead.
2 CONSOLE WARNING: line 13: 'console.timelineEnd' is deprecated. Please use 'conso le.timeEnd' instead.
3 Tests console.timeline and timelineEnd commands. 1 Tests console.timeline and timelineEnd commands.
4 2
5 3
6 Running: testStartStopTimeline 4 Running: testStartStopTimeline
7 timestamp 0 5 timestamp 0
8 Timeline 'one' 6 Timeline 'one'
9 timestamp 1 7 timestamp 1
10 Timeline 'one' 8 Timeline 'one'
11 timestamp 2 9 timestamp 2
12 10
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 Timeline 'one' 55 Timeline 'one'
58 timestamp 2 56 timestamp 2
59 57
60 Running: testStopFromPanel 58 Running: testStopFromPanel
61 timestamp 0 59 timestamp 0
62 Timeline 'one' 60 Timeline 'one'
63 timestamp 1 61 timestamp 1
64 Timeline 'two' 62 Timeline 'two'
65 timestamp 2 63 timestamp 2
66 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698