| Index: third_party/WebKit/LayoutTests/images/color-profile-background-clip-text.html
|
| diff --git a/third_party/WebKit/LayoutTests/images/color-profile-background-clip-text.html b/third_party/WebKit/LayoutTests/images/color-profile-background-clip-text.html
|
| index 711e89437495b8562303e5d353b5a6adf3063891..4568120c46cdaf169f2cb82b6e1560a5c041e14f 100644
|
| --- a/third_party/WebKit/LayoutTests/images/color-profile-background-clip-text.html
|
| +++ b/third_party/WebKit/LayoutTests/images/color-profile-background-clip-text.html
|
| @@ -27,17 +27,9 @@
|
| <script>
|
| window.onload = function() {
|
| if (window.testRunner)
|
| - runAfterLayoutAndPaint(changeColorProfile);
|
| + runAfterLayoutAndPaint(function() { testRunner.notifyDone() });
|
| };
|
|
|
| -function changeColorProfile() {
|
| - testRunner.setColorProfile('colorSpin', done);
|
| -}
|
| -
|
| -function done() {
|
| - setTimeout(function() { testRunner.notifyDone() }, 0);
|
| -}
|
| -
|
| if (window.testRunner) {
|
| testRunner.dumpAsTextWithPixelResults();
|
| testRunner.waitUntilDone();
|
|
|