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

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

Issue 238263005: Unprefix webkitImageSmoothingEnabled -> imageSmoothingEnabled. As webkitImageSmoothingEnabled is re… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing some errors Created 6 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
1 Tests canvas 2D ResourceState during the replay. 1 Tests canvas 2D ResourceState during the replay.
2 2
3 3
4 Started capturing. 4 Started capturing.
5 Stopped capturing. 5 Stopped capturing.
6 Number of trace log calls received: 20 6 Number of trace log calls received: 20
7 7
8 --- Canvas 2D initial state --- 8 --- Canvas 2D initial state ---
9 {ResourceState} length(imageURL):1594 9 {ResourceState} length(imageURL):1594
10 context: CanvasRenderingContext2D@1 10 context: CanvasRenderingContext2D@1
11 fillStyle: #000000 11 fillStyle: #000000
12 font: 10px sans-serif 12 font: 10px sans-serif
13 globalAlpha: 1 13 globalAlpha: 1
14 globalCompositeOperation: source-over 14 globalCompositeOperation: source-over
15 imageSmoothingEnabled: true 15 imageSmoothingEnabled: true
16 lineCap: butt 16 lineCap: butt
17 lineDash: Array[0] 17 lineDash: Array[0]
18 lineDashOffset: 0 18 lineDashOffset: 0
19 lineJoin: miter 19 lineJoin: miter
20 lineWidth: 1 20 lineWidth: 1
21 miterLimit: 10 21 miterLimit: 10
22 shadowBlur: 0 22 shadowBlur: 0
23 shadowColor: rgba(0, 0, 0, 0) 23 shadowColor: rgba(0, 0, 0, 0)
24 shadowOffsetX: 0 24 shadowOffsetX: 0
25 shadowOffsetY: 0 25 shadowOffsetY: 0
26 strokeStyle: #000000 26 strokeStyle: #000000
27 textAlign: start 27 textAlign: start
28 textBaseline: alphabetic 28 textBaseline: alphabetic
29 webkitImageSmoothingEnabled: true
30 29
31 --- Canvas 2D state after canvas calls --- 30 --- Canvas 2D state after canvas calls ---
32 {ResourceState} length(imageURL):1594 31 {ResourceState} length(imageURL):1594
33 context: CanvasRenderingContext2D@1 32 context: CanvasRenderingContext2D@1
34 fillStyle: #ff0000 33 fillStyle: #ff0000
35 font: 13px sans-serif 34 font: 13px sans-serif
36 globalAlpha: 0 35 globalAlpha: 0
37 globalCompositeOperation: xor 36 globalCompositeOperation: xor
38 imageSmoothingEnabled: false 37 imageSmoothingEnabled: false
39 lineCap: square 38 lineCap: square
40 lineDash: Array[2] 39 lineDash: Array[2]
41 lineDashOffset: 2 40 lineDashOffset: 2
42 lineJoin: round 41 lineJoin: round
43 lineWidth: 3 42 lineWidth: 3
44 miterLimit: 11 43 miterLimit: 11
45 shadowBlur: 2 44 shadowBlur: 2
46 shadowColor: #123456 45 shadowColor: #123456
47 shadowOffsetX: 3 46 shadowOffsetX: 3
48 shadowOffsetY: 4 47 shadowOffsetY: 4
49 strokeStyle: #656667 48 strokeStyle: #656667
50 textAlign: left 49 textAlign: left
51 textBaseline: middle 50 textBaseline: middle
52 webkitImageSmoothingEnabled: false
53 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698