| Index: third_party/WebKit/LayoutTests/fast/images/color-profile-image-shape.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-image-shape.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-image-shape.html
|
| index 8975a77a6dd4386eee518f3a3da7450913e66647..328b08d6a00005f434abd7121f494e618a157eaa 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/color-profile-image-shape.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/color-profile-image-shape.html
|
| @@ -29,16 +29,13 @@ window.onload = function() {
|
| };
|
|
|
| function changeColorProfile() {
|
| - setTimeout(function() { testRunner.setColorProfile('whacked', done) }, 20);
|
| + setTimeout(function() { testRunner.setColorProfile('colorSpin', done) }, 20);
|
| }
|
|
|
| function done() {
|
| setTimeout(function() { testRunner.notifyDone() }, 0);
|
| }
|
|
|
| -if (window.internals)
|
| - internals.settings.setImageColorProfilesEnabled(true);
|
| -
|
| if (window.testRunner) {
|
| testRunner.dumpAsTextWithPixelResults();
|
| testRunner.waitUntilDone();
|
|
|