| Index: third_party/WebKit/LayoutTests/images/color-profile-mask-image-svg.html
|
| diff --git a/third_party/WebKit/LayoutTests/images/color-profile-mask-image-svg.html b/third_party/WebKit/LayoutTests/images/color-profile-mask-image-svg.html
|
| index 6b7753c77341e3417ceaf3ff95e857f4c50aea23..14076f60391abd4fa4c521188d8d58fb8cbf88c1 100644
|
| --- a/third_party/WebKit/LayoutTests/images/color-profile-mask-image-svg.html
|
| +++ b/third_party/WebKit/LayoutTests/images/color-profile-mask-image-svg.html
|
| @@ -29,15 +29,7 @@
|
| <script>
|
| function load() {
|
| if (window.testRunner)
|
| - runAfterLayoutAndPaint(changeColorProfile);
|
| -}
|
| -
|
| -function changeColorProfile() {
|
| - setTimeout(function() { testRunner.setColorProfile('colorSpin', done) }, 100);
|
| -}
|
| -
|
| -function done() {
|
| - setTimeout(function() { testRunner.notifyDone() }, 0);
|
| + runAfterLayoutAndPaint(function() { testRunner.notifyDone() });
|
| }
|
|
|
| if (window.testRunner) {
|
|
|