| Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-modify-emptyPath-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-modify-emptyPath-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-modify-emptyPath-expected.txt
|
| deleted file mode 100644
|
| index 1717e33ab74ecc054a3f457740077ff3408b52c9..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-modify-emptyPath-expected.txt
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -This tests behaviour of path modification APIs on an empty path.
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -Test lineTo
|
| -PASS getColor(40,40) is [0,128,0,255]
|
| -Test canvas.rect() with width = height = 0.
|
| -PASS getColor(1,1) is [0,0,0,0]
|
| -Test lineTo sequence
|
| -PASS getColor(0,0) is [255,0,0,255]
|
| -PASS getColor(50,50) is [0,128,0,255]
|
| -Test quadraticCurveTo
|
| -PASS getColor(10,10) is [255,0,0,255]
|
| -PASS getColor(50,50) is [0,128,0,255]
|
| -Test quadraticCurveTo endpoint
|
| -PASS getColor(10,10) is [255,0,0,255]
|
| -PASS getColor(99,51) is [0,128,0,255]
|
| -PASS getColor(50,50) is [0,128,0,255]
|
| -Test bezierCurveTo
|
| -PASS getColor(10,10) is [255,0,0,255]
|
| -PASS getColor(50,50) is [0,128,0,255]
|
| -Test bezierCurveTo endpoint
|
| -PASS getColor(10,10) is [255,0,0,255]
|
| -PASS getColor(99,51) is [0,128,0,255]
|
| -PASS getColor(50,50) is [0,128,0,255]
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|