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

Unified Diff: LayoutTests/inspector/profiler/canvas2d/canvas-get-resource-state-expected.txt

Issue 1073863003: DevTools: remove Canvas profiler from DevTools source base. See details in the bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: tests gone Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/profiler/canvas2d/canvas-get-resource-state-expected.txt
diff --git a/LayoutTests/inspector/profiler/canvas2d/canvas-get-resource-state-expected.txt b/LayoutTests/inspector/profiler/canvas2d/canvas-get-resource-state-expected.txt
deleted file mode 100644
index 2fb0d42b87b9af98ee60018d97c5f97801577f69..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/profiler/canvas2d/canvas-get-resource-state-expected.txt
+++ /dev/null
@@ -1,52 +0,0 @@
-CONSOLE WARNING: 'CanvasRenderingContext2D.webkitImageSmoothingEnabled' is deprecated. Please use 'CanvasRenderingContext2D.imageSmoothingEnabled' instead.
-Tests canvas 2D ResourceState during the replay.
-
-
-Started capturing.
-Stopped capturing.
-Number of trace log calls received: 20
-
---- Canvas 2D initial state ---
-{ResourceState} length(imageURL):1594
- context: CanvasRenderingContext2D@1
- fillStyle: #000000
- font: 10px sans-serif
- globalAlpha: 1
- globalCompositeOperation: source-over
- imageSmoothingEnabled: true
- lineCap: butt
- lineDash: Array[0]
- lineDashOffset: 0
- lineJoin: miter
- lineWidth: 1
- miterLimit: 10
- shadowBlur: 0
- shadowColor: rgba(0, 0, 0, 0)
- shadowOffsetX: 0
- shadowOffsetY: 0
- strokeStyle: #000000
- textAlign: start
- textBaseline: alphabetic
-
---- Canvas 2D state after canvas calls ---
-{ResourceState} length(imageURL):1594
- context: CanvasRenderingContext2D@1
- fillStyle: #ff0000
- font: 13px sans-serif
- globalAlpha: 0
- globalCompositeOperation: xor
- imageSmoothingEnabled: false
- lineCap: square
- lineDash: Array[2]
- lineDashOffset: 2
- lineJoin: round
- lineWidth: 3
- miterLimit: 11
- shadowBlur: 2
- shadowColor: #123456
- shadowOffsetX: 3
- shadowOffsetY: 4
- strokeStyle: #656667
- textAlign: left
- textBaseline: middle
-

Powered by Google App Engine
This is Rietveld 408576698