| Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage-with-options.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage-with-options.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage-with-options.html
|
| index 9325698d993e22192bddfea934526aceb09a523c..1677a8a10e0defa9883df7c62c08dc86f2327748 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage-with-options.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage-with-options.html
|
| @@ -249,7 +249,6 @@
|
| shouldBeClear(21, 21);
|
| }
|
|
|
| - /*commenting out these cases because of crbug.com/578889
|
| clearContext(ctx);
|
| ctx.drawImage(imageBitmap, 0, 0, 10, 10);
|
| if (option == "flipY" || option == "bottomLeft") {
|
| @@ -310,7 +309,7 @@
|
| shouldBeClear(1, 21);
|
| shouldBeClear(21, 1);
|
| shouldBeClear(21, 21);
|
| - }*/
|
| + }
|
| }
|
|
|
| function checkCrop(imageBitmap, option) {
|
| @@ -336,7 +335,6 @@
|
| shouldBeClear(12, 1);
|
| }
|
|
|
| - /*commenting out these cases because of crbug.com/578889
|
| clearContext(ctx);
|
| ctx.drawImage(imageBitmap, 0, 0, 20, 20);
|
| if (option == "flipY" || option == "bottomLeft") {
|
| @@ -351,7 +349,7 @@
|
| shouldBeClear(22, 22);
|
| shouldBeClear(1, 22);
|
| shouldBeClear(22, 1);
|
| - }*/
|
| + }
|
| }
|
|
|
| function checkCropCenter(imageBitmap, option) {
|
| @@ -383,7 +381,6 @@
|
| shouldBeClear(11, 1);
|
| }
|
|
|
| - /*commenting out these cases because of crbug.com/578889
|
| clearContext(ctx);
|
| ctx.drawImage(imageBitmap, 0, 0, 20, 20);
|
| if (option == "flipY" || option == "bottomLeft") {
|
| @@ -404,7 +401,7 @@
|
| shouldBeClear(22, 22);
|
| shouldBeClear(1, 21);
|
| shouldBeClear(21, 1);
|
| - }*/
|
| + }
|
| }
|
|
|
| function checkCropRight(imageBitmap, option) {
|
|
|