Chromium Code Reviews| Index: LayoutTests/fast/canvas/webgl/context-release-upon-reload.html |
| diff --git a/LayoutTests/fast/canvas/webgl/context-release-upon-reload.html b/LayoutTests/fast/canvas/webgl/context-release-upon-reload.html |
| index 63ae0f734d64d7350fc09c37767b9b0bfd47eba3..cc17e4836c29a0b26e9cad3efb11989048e0505b 100644 |
| --- a/LayoutTests/fast/canvas/webgl/context-release-upon-reload.html |
| +++ b/LayoutTests/fast/canvas/webgl/context-release-upon-reload.html |
| @@ -14,6 +14,7 @@ |
| <script> |
| description("This test ensures that WebGL contexts are released properly upon page reload"); |
| +window.jsTestIsAsync = true; |
| if (window.testRunner) { |
| testRunner.dumpAsText(); |
| testRunner.waitUntilDone(); |