| Index: content/test/data/gpu/pixel_webgl_context_restore.html
|
| diff --git a/content/test/data/gpu/pixel_webgl_context_restore.html b/content/test/data/gpu/pixel_webgl_context_restore.html
|
| index 0bb4ed641bb55bc2450824b7ea878d5f96d6fc62..651ec304370f87ccd0d96fd661be6a5a24a02f0c 100644
|
| --- a/content/test/data/gpu/pixel_webgl_context_restore.html
|
| +++ b/content/test/data/gpu/pixel_webgl_context_restore.html
|
| @@ -57,9 +57,6 @@ function main()
|
| gl.clear(gl.COLOR_BUFFER_BIT | gl.DEPTH_BUFFER_BIT);
|
|
|
| lose_context_ext.loseContext();
|
| - setTimeout(function() {
|
| - lose_context_ext.restoreContext();
|
| - }, 3000);
|
| } else {
|
| domAutomationController.setAutomationId(1);
|
| domAutomationController.send("FAILURE");
|
|
|