| 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
|
| -
|
|
|