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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE WARNING: 'CanvasRenderingContext2D.webkitImageSmoothingEnabled' is depre cated. Please use 'CanvasRenderingContext2D.imageSmoothingEnabled' instead.
2 Tests canvas 2D ResourceState during the replay.
3
4
5 Started capturing.
6 Stopped capturing.
7 Number of trace log calls received: 20
8
9 --- Canvas 2D initial state ---
10 {ResourceState} length(imageURL):1594
11 context: CanvasRenderingContext2D@1
12 fillStyle: #000000
13 font: 10px sans-serif
14 globalAlpha: 1
15 globalCompositeOperation: source-over
16 imageSmoothingEnabled: true
17 lineCap: butt
18 lineDash: Array[0]
19 lineDashOffset: 0
20 lineJoin: miter
21 lineWidth: 1
22 miterLimit: 10
23 shadowBlur: 0
24 shadowColor: rgba(0, 0, 0, 0)
25 shadowOffsetX: 0
26 shadowOffsetY: 0
27 strokeStyle: #000000
28 textAlign: start
29 textBaseline: alphabetic
30
31 --- Canvas 2D state after canvas calls ---
32 {ResourceState} length(imageURL):1594
33 context: CanvasRenderingContext2D@1
34 fillStyle: #ff0000
35 font: 13px sans-serif
36 globalAlpha: 0
37 globalCompositeOperation: xor
38 imageSmoothingEnabled: false
39 lineCap: square
40 lineDash: Array[2]
41 lineDashOffset: 2
42 lineJoin: round
43 lineWidth: 3
44 miterLimit: 11
45 shadowBlur: 2
46 shadowColor: #123456
47 shadowOffsetX: 3
48 shadowOffsetY: 4
49 strokeStyle: #656667
50 textAlign: left
51 textBaseline: middle
52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698