| Index: third_party/WebKit/LayoutTests/fast/images/color-profile-animate.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-animate.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-animate.html
|
| index 2dc27eb95743980504a3102cfef63a74e8f24e7c..b3fc032fa1dffd589424d0071fa558f278ea9aea 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/color-profile-animate.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/color-profile-animate.html
|
| @@ -22,16 +22,13 @@ function fade(element) {
|
|
|
| function end(event) {
|
| if (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();
|
|
|