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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-api-expected.txt

Issue 2896033003: Revert of No extra space emission in TextIterator::HandleTextNode (Closed)
Patch Set: Rebaseline Created 3 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 Tests timeline support in WebInspector Extensions API 1 Tests timeline support in WebInspector Extensions API
2 2
3 Started extension. 3 Started extension.
4 Running tests... 4 Running tests...
5 RUNNING TEST: extension_testTimeline 5 RUNNING TEST: extension_testTimeline
6 TraceProvider: 6 TraceProvider:
7 { 7 {
8 onRecordingStarted : { 8 onRecordingStarted : {
9 addListener : <function> 9 addListener : <function>
10 removeListener : <function> 10 removeListener : <function>
11 } 11 }
12 onRecordingStopped : { 12 onRecordingStopped : {
13 addListener : <function> 13 addListener : <function>
(...skipping 11 matching lines...) Expand all
25 Timeline Flame Chart 25 Timeline Flame Chart
26 Group: long extension name 26 Group: long extension name
27 Level 0 27 Level 0
28 Extension record X 1 (hsla(261, 82%, 70%, 0.7)) 28 Extension record X 1 (hsla(261, 82%, 70%, 0.7))
29 Extension record X 2 (hsla(230, 88%, 70%, 0.7)) 29 Extension record X 2 (hsla(230, 88%, 70%, 0.7))
30 Level 1 30 Level 1
31 Extension record I 1 (hsla(298, 100%, 70%, 0.7)) 31 Extension record I 1 (hsla(298, 100%, 70%, 0.7))
32 Extension record B+E (hsla(292, 100%, 70%, 0.7)) 32 Extension record B+E (hsla(292, 100%, 70%, 0.7))
33 All tests done. 33 All tests done.
34 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698