Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / console / console-timeline-expected.txt
index 4ef4034..302789b 100644 (file)
@@ -1,4 +1,6 @@
+CONSOLE WARNING: console.timeline is deprecated. Please use the console.time instead.
 CONSOLE DEBUG: Timeline 'one' started.
+CONSOLE WARNING: console.timelineEnd is deprecated. Please use the console.timeEnd instead.
 CONSOLE DEBUG: Timeline 'one' finished.
 CONSOLE DEBUG: Timeline 'one' started.
 CONSOLE DEBUG: Timeline 'one' started.
@@ -33,14 +35,11 @@ Tests console.timeline and timelineEnd commands.
 
 
 Running: testStartStopTimeline
-Timeline started from console.
 Timeline 'one' started.
 timestamp 1
 Timeline 'one' finished.
-Timeline stopped from console.
 
 Running: testStartStopMultiple
-Timeline started from console.
 Timeline 'one' started.
 timestamp 1
 Timeline 'one' started.
@@ -53,10 +52,8 @@ timestamp 3
 Timeline 'two' finished.
 timestamp 4
 Timeline 'one' finished.
-Timeline stopped from console.
 
 Running: testStartMultipleStopInsideEvals
-Timeline started from console.
 Timeline 'one' started.
 timestamp 1
 Timeline 'two' started.
@@ -66,47 +63,36 @@ Timeline 'two' finished.
 timestamp 4
 timestamp 5
 Timeline 'one' finished.
-Timeline stopped from console.
 
 Running: testStopUnknown
-Timeline started from console.
 Timeline 'one' started.
 timestamp 1
 timestamp 2
 Timeline 'one' finished.
-Timeline stopped from console.
 
 Running: testStartFromPanel
-Timeline started from panel
 timestamp 0
 Timeline 'one' started.
 timestamp 1
 Timeline 'one' finished.
 timestamp 2
-Timeline stopped from panel
 
 Running: testStopFromPanel
-Timeline started from console.
 Timeline 'one' started.
 timestamp 1
 Timeline 'two' started.
 timestamp 2
-Timeline stopped from panel
 
 Running: testRacyStart
-Timeline started from console.
 Timeline 'one' started.
 timestamp 1
 Timeline 'two' started.
 timestamp 2
-Timeline stopped from panel
 
 Running: testRacyStart2
-Timeline started from panel
 timestamp 0
 Timeline 'one' started.
 timestamp 1
 Timeline 'two' started.
 timestamp 2
-Timeline stopped from panel