| Index: third_party/WebKit/LayoutTests/fast/images/color-profile-border-radius.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-border-radius.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-border-radius.html
|
| index 343839b0b4a41884322fdd7cf95914227aef79a9..25bd4bd7460037540cf00c9885c5804f31fc917c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/color-profile-border-radius.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/color-profile-border-radius.html
|
| @@ -30,16 +30,13 @@ function load(element) {
|
| element.classList.add('border');
|
|
|
| if (++images == 6 && window.testRunner)
|
| - setTimeout(function() { testRunner.setColorProfile('whacked', done) }, 100);
|
| + setTimeout(function() { testRunner.setColorProfile('colorSpin', done) }, 100);
|
| }
|
|
|
| function done() {
|
| setTimeout(function() { testRunner.notifyDone() }, 0);
|
| }
|
|
|
| -if (window.internals)
|
| - internals.settings.setImageColorProfilesEnabled(true);
|
| -
|
| if (window.testRunner) {
|
| testRunner.dumpAsTextWithPixelResults();
|
| testRunner.waitUntilDone();
|
|
|