| Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-set-properties-with-non-invertible-ctm-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-set-properties-with-non-invertible-ctm-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-set-properties-with-non-invertible-ctm-expected.txt | 
| deleted file mode 100644 | 
| index 150d1db93c3c58da4bc22f2938e3c210396c537e..0000000000000000000000000000000000000000 | 
| --- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-set-properties-with-non-invertible-ctm-expected.txt | 
| +++ /dev/null | 
| @@ -1,23 +0,0 @@ | 
| -Tests to make sure we can assign to non-ctm effected properties with a non-invertible ctm set | 
| - | 
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | 
| - | 
| - | 
| -PASS ctx.fillStyle is "#008000" | 
| -PASS imageData.data[0] is 0 | 
| -PASS imageData.data[1] is 128 | 
| -PASS imageData.data[2] is 0 | 
| -PASS ctx.strokeStyle is "#008000" | 
| -PASS imageData.data[0] is 0 | 
| -PASS imageData.data[1] is 128 | 
| -PASS imageData.data[2] is 0 | 
| -PASS imageData.data[0] is 0 | 
| -PASS imageData.data[1] is 128 | 
| -PASS imageData.data[2] is 0 | 
| -PASS imageData.data[0] is 0 | 
| -PASS imageData.data[1] is 128 | 
| -PASS imageData.data[2] is 0 | 
| -PASS successfullyParsed is true | 
| - | 
| -TEST COMPLETE | 
| - | 
|  |