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