| Index: third_party/WebKit/LayoutTests/fast/images/color-profile-clip.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-clip.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-clip.html
|
| index 1d05bd4df7d77ed9d93dfb5259f16796cc357473..4da9644f22efc167f9d2ad85dc906ac8a558761c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/color-profile-clip.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/color-profile-clip.html
|
| @@ -23,16 +23,13 @@ var images = 0;
|
|
|
| function load() {
|
| if (++images == 3 && window.testRunner)
|
| - testRunner.setColorProfile('whacked', done);
|
| + testRunner.setColorProfile('colorSpin', done);
|
| }
|
|
|
| function done() {
|
| setTimeout(function() { testRunner.notifyDone() }, 0);
|
| }
|
|
|
| -if (window.internals)
|
| - internals.settings.setImageColorProfilesEnabled(true);
|
| -
|
| if (window.testRunner) {
|
| testRunner.dumpAsTextWithPixelResults();
|
| testRunner.waitUntilDone();
|
|
|