| Index: third_party/WebKit/LayoutTests/fast/images/color-profile-mask-image-svg.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-mask-image-svg.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-mask-image-svg.html
|
| index 593c0a67f58ff576cd8b47fa12fdd6d0c924d176..32b59f6a707622d8c6e9a291bd19b2e72ef69c22 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/color-profile-mask-image-svg.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/color-profile-mask-image-svg.html
|
| @@ -33,16 +33,13 @@ function load() {
|
| }
|
|
|
| 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();
|
|
|