| Index: third_party/WebKit/LayoutTests/images/color-profile-image-svg-resource-url.html
|
| diff --git a/third_party/WebKit/LayoutTests/images/color-profile-image-svg-resource-url.html b/third_party/WebKit/LayoutTests/images/color-profile-image-svg-resource-url.html
|
| index 06db2c55c58af4d4629c4618b50313da6b658337..e936fefd24f7d346fad2c6e2feab4c621ad80fb9 100644
|
| --- a/third_party/WebKit/LayoutTests/images/color-profile-image-svg-resource-url.html
|
| +++ b/third_party/WebKit/LayoutTests/images/color-profile-image-svg-resource-url.html
|
| @@ -12,15 +12,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) {
|
|
|