| Index: third_party/WebKit/LayoutTests/fast/images/color-profile-background-image-space.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-background-image-space.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-background-image-space.html
|
| index 3325f83704709cc5814a9935a928ef5512de5af5..2fed4ca006d993fe9674788ac666cf68a027711e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/color-profile-background-image-space.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/color-profile-background-image-space.html
|
| @@ -30,16 +30,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();
|
|
|