| Index: third_party/WebKit/LayoutTests/images/color-profile-group.html
|
| diff --git a/third_party/WebKit/LayoutTests/images/color-profile-group.html b/third_party/WebKit/LayoutTests/images/color-profile-group.html
|
| index 8ad182aab76b5f88d93ff8faf3c31f9e46e6eb3f..b94c843bdd62029610b04d89a3070f62c8ac7fd2 100644
|
| --- a/third_party/WebKit/LayoutTests/images/color-profile-group.html
|
| +++ b/third_party/WebKit/LayoutTests/images/color-profile-group.html
|
| @@ -28,15 +28,7 @@
|
|
|
| <script>
|
| function load() {
|
| - runAfterLayoutAndPaint(changeColorProfile);
|
| -}
|
| -
|
| -function changeColorProfile() {
|
| - testRunner.setColorProfile('colorSpin', done);
|
| -}
|
| -
|
| -function done() {
|
| - setTimeout(function() { testRunner.notifyDone() }, 0);
|
| + runAfterLayoutAndPaint(function() { testRunner.notifyDone() });
|
| }
|
|
|
| if (window.testRunner) {
|
|
|