| Index: third_party/WebKit/LayoutTests/fast/images/color-profile-animate-rotate.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-animate-rotate.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-animate-rotate.html
|
| index eb960b98e178da39a010d6cc34080e5ff28fc3cf..97f73db1d57335954678f86f94cb239dde0b2c74 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/color-profile-animate-rotate.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/color-profile-animate-rotate.html
|
| @@ -29,7 +29,7 @@ function rotate(element) {
|
|
|
| function start(event) {
|
| if (window.testRunner)
|
| - setTimeout(function() { testRunner.setColorProfile('whacked', new Function()) }, 100);
|
| + setTimeout(function() { testRunner.setColorProfile('colorSpin', new Function()) }, 100);
|
| }
|
|
|
| function end(event) {
|
| @@ -37,9 +37,6 @@ function end(event) {
|
| setTimeout(function() { testRunner.notifyDone() }, 0);
|
| }
|
|
|
| -if (window.internals)
|
| - internals.settings.setImageColorProfilesEnabled(true);
|
| -
|
| if (window.testRunner) {
|
| testRunner.dumpAsTextWithPixelResults();
|
| testRunner.waitUntilDone();
|
|
|