| Index: third_party/WebKit/LayoutTests/fast/images/color-profile-reflection.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-reflection.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-reflection.html
|
| index a28b0dcd76aaef344f2bd3da0581fea27aa7ebc1..d9f444136fb2caf2fddbf59fb3ee66624a5dcd68 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/color-profile-reflection.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/color-profile-reflection.html
|
| @@ -23,16 +23,13 @@ window.onload = function() {
|
| };
|
|
|
| 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();
|
|
|