| Index: third_party/WebKit/LayoutTests/fast/images/color-profile-iframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-iframe.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-iframe.html
|
| index e75043c910441193ffe5147f51dd4f98881f10cd..aaad1524784d1bb560b9fb1719bbbc929ca2c938 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/color-profile-iframe.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/color-profile-iframe.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();
|
|
|