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

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

Issue 709423002: DevTools: remove old Timeline front-end implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated LayoutTests/inspector/layers/layer-canvas-log.html Created 6 years, 1 month 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: LayoutTests/inspector/console/console-timeline-expected.txt
diff --git a/LayoutTests/inspector/console/console-timeline-expected.txt b/LayoutTests/inspector/console/console-timeline-expected.txt
deleted file mode 100644
index 302789b9dff51816cd16c5212c219be56b7cd56e..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/console/console-timeline-expected.txt
+++ /dev/null
@@ -1,98 +0,0 @@
-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.
-CONSOLE DEBUG: Timeline 'two' started.
-CONSOLE DEBUG: Timeline 'two' started.
-CONSOLE DEBUG: Timeline 'two' finished.
-CONSOLE DEBUG: Timeline 'one' finished.
-CONSOLE DEBUG: Timeline 'two' finished.
-CONSOLE DEBUG: Timeline 'one' finished.
-CONSOLE DEBUG: Timeline 'one' started.
-CONSOLE DEBUG: Timeline 'two' started.
-CONSOLE DEBUG: Timeline 'two' finished.
-CONSOLE DEBUG: Timeline 'one' finished.
-CONSOLE DEBUG: Timeline 'one' started.
-CONSOLE DEBUG: Timeline 'two' was not started.
-CONSOLE DEBUG: Timeline 'one' finished.
-CONSOLE DEBUG: Timeline 'one' started.
-CONSOLE DEBUG: Timeline 'one' finished.
-CONSOLE DEBUG: Timeline 'one' started.
-CONSOLE DEBUG: Timeline 'two' started.
-CONSOLE DEBUG: Timeline 'one' terminated.
-CONSOLE DEBUG: Timeline 'two' terminated.
-CONSOLE DEBUG: Timeline 'one' started.
-CONSOLE DEBUG: Timeline 'two' started.
-CONSOLE DEBUG: Timeline 'one' terminated.
-CONSOLE DEBUG: Timeline 'two' terminated.
-CONSOLE DEBUG: Timeline 'one' started.
-CONSOLE DEBUG: Timeline 'two' started.
-CONSOLE DEBUG: Timeline 'one' terminated.
-CONSOLE DEBUG: Timeline 'two' terminated.
-Tests console.timeline and timelineEnd commands.
-
-
-Running: testStartStopTimeline
-Timeline 'one' started.
-timestamp 1
-Timeline 'one' finished.
-
-Running: testStartStopMultiple
-Timeline 'one' started.
-timestamp 1
-Timeline 'one' started.
-Timeline 'two' started.
-Timeline 'two' started.
-Timeline 'two' finished.
-timestamp 2
-Timeline 'one' finished.
-timestamp 3
-Timeline 'two' finished.
-timestamp 4
-Timeline 'one' finished.
-
-Running: testStartMultipleStopInsideEvals
-Timeline 'one' started.
-timestamp 1
-Timeline 'two' started.
-timestamp 2
-timestamp 3
-Timeline 'two' finished.
-timestamp 4
-timestamp 5
-Timeline 'one' finished.
-
-Running: testStopUnknown
-Timeline 'one' started.
-timestamp 1
-timestamp 2
-Timeline 'one' finished.
-
-Running: testStartFromPanel
-timestamp 0
-Timeline 'one' started.
-timestamp 1
-Timeline 'one' finished.
-timestamp 2
-
-Running: testStopFromPanel
-Timeline 'one' started.
-timestamp 1
-Timeline 'two' started.
-timestamp 2
-
-Running: testRacyStart
-Timeline 'one' started.
-timestamp 1
-Timeline 'two' started.
-timestamp 2
-
-Running: testRacyStart2
-timestamp 0
-Timeline 'one' started.
-timestamp 1
-Timeline 'two' started.
-timestamp 2
-
« no previous file with comments | « LayoutTests/inspector/console/console-timeline.html ('k') | LayoutTests/inspector/layers/layer-canvas-log.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698