| Index: third_party/WebKit/LayoutTests/fast/images/color-profile-background-image-cross-fade.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-background-image-cross-fade.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-background-image-cross-fade.html
|
| index 3cc2ddf946a8e0728006f9857dfe72900f335f2f..51aa126674d65dfc73b180bde32b781c495d29aa 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/color-profile-background-image-cross-fade.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/color-profile-background-image-cross-fade.html
|
| @@ -32,16 +32,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();
|
|
|