| Index: third_party/WebKit/LayoutTests/images/color-profile-image-shape.html
|
| diff --git a/third_party/WebKit/LayoutTests/images/color-profile-image-shape.html b/third_party/WebKit/LayoutTests/images/color-profile-image-shape.html
|
| index 2a21a005a7d79c47d1760d9623a1f002c33095c6..104155b591ca1aec12406a1d8d07372b0841c424 100644
|
| --- a/third_party/WebKit/LayoutTests/images/color-profile-image-shape.html
|
| +++ b/third_party/WebKit/LayoutTests/images/color-profile-image-shape.html
|
| @@ -25,16 +25,9 @@
|
| <script>
|
| window.onload = function() {
|
| if (window.testRunner)
|
| - runAfterLayoutAndPaint(changeColorProfile);
|
| + runAfterLayoutAndPaint(function() { testRunner.notifyDone() });
|
| };
|
|
|
| -function changeColorProfile() {
|
| - setTimeout(function() { testRunner.setColorProfile('colorSpin', done) }, 20);
|
| -}
|
| -
|
| -function done() {
|
| - setTimeout(function() { testRunner.notifyDone() }, 0);
|
| -}
|
|
|
| if (window.testRunner) {
|
| testRunner.dumpAsTextWithPixelResults();
|
|
|