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

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

Issue 804743002: Deprecate CanvasRenderingContext2D.webkitImageSmoothingEnabled (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update expectations Created 6 years 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'CanvasRenderingContext2D.webkitImageSmoothingEnabled' is depre cated. Please use 'CanvasRenderingContext2D.imageSmoothingEnabled' instead.
1 Tests canvas 2D ResourceState during the replay. 2 Tests canvas 2D ResourceState during the replay.
2 3
3 4
4 Started capturing. 5 Started capturing.
5 Stopped capturing. 6 Stopped capturing.
6 Number of trace log calls received: 20 7 Number of trace log calls received: 20
7 8
8 --- Canvas 2D initial state --- 9 --- Canvas 2D initial state ---
9 {ResourceState} length(imageURL):1594 10 {ResourceState} length(imageURL):1594
10 context: CanvasRenderingContext2D@1 11 context: CanvasRenderingContext2D@1
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 lineWidth: 3 43 lineWidth: 3
43 miterLimit: 11 44 miterLimit: 11
44 shadowBlur: 2 45 shadowBlur: 2
45 shadowColor: #123456 46 shadowColor: #123456
46 shadowOffsetX: 3 47 shadowOffsetX: 3
47 shadowOffsetY: 4 48 shadowOffsetY: 4
48 strokeStyle: #656667 49 strokeStyle: #656667
49 textAlign: left 50 textAlign: left
50 textBaseline: middle 51 textBaseline: middle
51 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698