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

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

Issue 2359263002: Fix a gpu pixel test for WebGL's commit() API (Closed)
Patch Set: Created 4 years, 3 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 | content/test/gpu/page_sets/pixel_tests.py » ('j') | content/test/gpu/page_sets/pixel_tests.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html
diff --git a/content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html b/content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html
index d4a9ea713d881c86af13fffbb099c1210e6874b8..b4b8fc8810487283bcd523b77403de4fb6658b61 100644
--- a/content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html
+++ b/content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html
@@ -21,6 +21,7 @@ self.onmessage = function(e) {
gl.clearColor(1.0, 0.0, 0.0, 1.0);
gl.clear(gl.COLOR_BUFFER_BIT);
gl.commit();
+ self.postMessage("");
Ken Russell (switch to Gerrit) 2016/09/22 21:11:44 I think you need to wait for this to be received b
};
</script>
<script>
« no previous file with comments | « no previous file | content/test/gpu/page_sets/pixel_tests.py » ('j') | content/test/gpu/page_sets/pixel_tests.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698