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

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

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 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: 'console.timeline' is deprecated. Please use 'console.time' ins tead. 1 CONSOLE WARNING: line 11: 'console.timeline' is deprecated. Please use 'console. time' instead.
2 CONSOLE WARNING: 'console.timelineEnd' is deprecated. Please use 'console.timeEn d' instead. 2 CONSOLE WARNING: line 13: 'console.timelineEnd' is deprecated. Please use 'conso le.timeEnd' instead.
3 Tests console.timeline and timelineEnd commands. 3 Tests console.timeline and timelineEnd commands.
4 4
5 5
6 Running: testStartStopTimeline 6 Running: testStartStopTimeline
7 timestamp 0 7 timestamp 0
8 Timeline 'one' 8 Timeline 'one'
9 timestamp 1 9 timestamp 1
10 Timeline 'one' 10 Timeline 'one'
11 timestamp 2 11 timestamp 2
12 12
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 Timeline 'one' 57 Timeline 'one'
58 timestamp 2 58 timestamp 2
59 59
60 Running: testStopFromPanel 60 Running: testStopFromPanel
61 timestamp 0 61 timestamp 0
62 Timeline 'one' 62 Timeline 'one'
63 timestamp 1 63 timestamp 1
64 Timeline 'two' 64 Timeline 'two'
65 timestamp 2 65 timestamp 2
66 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698