| Index: third_party/WebKit/LayoutTests/fast/images/color-profile-svg-foreign-object.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-svg-foreign-object.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-svg-foreign-object.html
|
| index bfb8bd32401f84bd7e65cc5ab4bf58671c5d3400..f611804307f6eee14df394cf9cd93eafabd906a9 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/color-profile-svg-foreign-object.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/color-profile-svg-foreign-object.html
|
| @@ -16,16 +16,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();
|
|
|