| Index: third_party/WebKit/LayoutTests/fast/images/color-profile-object.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-object.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-object.html
|
| index 651705281d56ceb8b6461f55539b6f0527e88cb4..2f1815504540101deb3279278ba3f56c24834e44 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/color-profile-object.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/color-profile-object.html
|
| @@ -19,16 +19,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();
|
|
|