Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1748)

Unified Diff: content/test/data/gpu/pixel_webgl_context_restore.html

Issue 194593006: gpu test: fix flaky failure of Pixel.WebGLYellowTriangleContextRestore. (Closed) Base URL: https://git.chromium.org/chromium/src.git@canvas_hwvideo
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698