| Index: third_party/WebKit/LayoutTests/fast/images/color-profile-group.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-group.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-group.html
|
| index f960d96900d2362a229b71c84ac4b6114c520ec1..1ae9c6d328ce2c43846dae16d1c5e1f94711b12c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/color-profile-group.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/color-profile-group.html
|
| @@ -32,16 +32,13 @@ function load() {
|
| }
|
|
|
| function changeColorProfile() {
|
| - 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();
|
|
|