| Index: third_party/WebKit/LayoutTests/images/color-profile-background-image-repeat.html
|
| diff --git a/third_party/WebKit/LayoutTests/images/color-profile-background-image-repeat.html b/third_party/WebKit/LayoutTests/images/color-profile-background-image-repeat.html
|
| index 45810532c71c5688e7dec5e28000a51b1eebe121..e8e2307555e0b573620bca1a172ca6093815156f 100644
|
| --- a/third_party/WebKit/LayoutTests/images/color-profile-background-image-repeat.html
|
| +++ b/third_party/WebKit/LayoutTests/images/color-profile-background-image-repeat.html
|
| @@ -26,17 +26,9 @@
|
| <script>
|
| window.onload = function() {
|
| if (window.testRunner)
|
| - runAfterLayoutAndPaint(changeColorProfile);
|
| + runAfterLayoutAndPaint(function() { testRunner.notifyDone() });
|
| };
|
|
|
| -function changeColorProfile() {
|
| - setTimeout(function() { testRunner.setColorProfile('colorSpin', done) }, 100);
|
| -}
|
| -
|
| -function done() {
|
| - setTimeout(function() { testRunner.notifyDone() }, 0);
|
| -}
|
| -
|
| if (window.testRunner) {
|
| testRunner.dumpAsTextWithPixelResults();
|
| testRunner.waitUntilDone();
|
|
|