| Index: third_party/WebKit/LayoutTests/images/color-profile-svg-fill-text.html
|
| diff --git a/third_party/WebKit/LayoutTests/images/color-profile-svg-fill-text.html b/third_party/WebKit/LayoutTests/images/color-profile-svg-fill-text.html
|
| index c4c4cab0d96bad08ab95c08c0b1dbfbf419e7caa..072517a1b0b85bc81cb251a5fb5f0ba2c536ecbc 100644
|
| --- a/third_party/WebKit/LayoutTests/images/color-profile-svg-fill-text.html
|
| +++ b/third_party/WebKit/LayoutTests/images/color-profile-svg-fill-text.html
|
| @@ -17,15 +17,7 @@
|
| <script>
|
| function load() {
|
| if (window.testRunner)
|
| - runAfterLayoutAndPaint(changeColorProfile);
|
| -}
|
| -
|
| -function changeColorProfile() {
|
| - testRunner.setColorProfile('colorSpin', done);
|
| -}
|
| -
|
| -function done() {
|
| - setTimeout(function() { testRunner.notifyDone() }, 0);
|
| + runAfterLayoutAndPaint(function() { testRunner.notifyDone() });
|
| }
|
|
|
| if (window.testRunner) {
|
|
|