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