| Index: third_party/WebKit/LayoutTests/images/color-profile-image-canvas-svg.html
|
| diff --git a/third_party/WebKit/LayoutTests/images/color-profile-image-canvas-svg.html b/third_party/WebKit/LayoutTests/images/color-profile-image-canvas-svg.html
|
| index da2a728f304f56757a8f97b21b4759251059e43d..54e7fb16d58b6cf00bb6bdb51433635f5b501fd7 100644
|
| --- a/third_party/WebKit/LayoutTests/images/color-profile-image-canvas-svg.html
|
| +++ b/third_party/WebKit/LayoutTests/images/color-profile-image-canvas-svg.html
|
| @@ -37,15 +37,7 @@ function drawImageToCanvas(image) {
|
| canvas.getContext('2d').drawImage(image, 0, 0);
|
|
|
| if (window.testRunner)
|
| - runAfterLayoutAndPaint(setWhackedColorProfile);
|
| -}
|
| -
|
| -function setWhackedColorProfile() {
|
| - window.testRunner.setColorProfile('colorSpin', done);
|
| -}
|
| -
|
| -function done() {
|
| - setTimeout(function() { window.testRunner.notifyDone() }, 0);
|
| + setTimeout(function() { window.testRunner.notifyDone() }, 0);
|
| }
|
|
|
| if (window.testRunner) {
|
|
|