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

Unified Diff: content/test/gpu/page_sets/pixel_tests.py

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
Index: content/test/gpu/page_sets/pixel_tests.py
diff --git a/content/test/gpu/page_sets/pixel_tests.py b/content/test/gpu/page_sets/pixel_tests.py
index e3fa4dcb05bdf8b29f9a4afe07b3ee8578d2c955..3befe1400d1d5ff5279d50a4efef044737c34fc0 100644
--- a/content/test/gpu/page_sets/pixel_tests.py
+++ b/content/test/gpu/page_sets/pixel_tests.py
@@ -187,7 +187,7 @@ class PixelTestsStorySet(story_set_module.StorySet):
url='file://../../data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html',
name=base_name + '.OffscreenCanvasWebGLRedBoxWorker' + es3_suffix,
test_rect=[0, 0, 300, 300],
- revision=1,
+ revision=2,
Ken Russell (switch to Gerrit) 2016/09/22 21:11:44 I assume the reason this passes the CQ is that the
story_set=self,
shared_page_state_class=EnableExperimentalCanvasFeaturesSharedPageState,
expectations=expectations))

Powered by Google App Engine
This is Rietveld 408576698