| Index: LayoutTests/http/tests/images/webp-partial-load.html
|
| diff --git a/LayoutTests/http/tests/images/webp-partial-load.html b/LayoutTests/http/tests/images/webp-partial-load.html
|
| index 807e736a13826d819ec223c5e667e3c92858e65d..2d00819c45a7e99fe52f947b11254993c09a0468 100644
|
| --- a/LayoutTests/http/tests/images/webp-partial-load.html
|
| +++ b/LayoutTests/http/tests/images/webp-partial-load.html
|
| @@ -27,5 +27,7 @@ function runTest()
|
| setTimeout(testDone, 500);
|
| }
|
|
|
| -setTimeout(runTest, 1);
|
| +window.onload = function() {
|
| + setTimeout(runTest, 0);
|
| +}
|
| </script>
|
|
|