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

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

Issue 2328463004: Implement WebGL's commit on the main thread (Closed)
Patch Set: address junov@'s comments 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 7ac0dbd63b2bd8c7fe1619d00e96c19809bfbcbb..860e13fbff72ec911b6a158c7fc41b86f646fe69 100644
--- a/content/test/gpu/page_sets/pixel_tests.py
+++ b/content/test/gpu/page_sets/pixel_tests.py
@@ -167,6 +167,15 @@ class PixelTestsStorySet(story_set_module.StorySet):
shared_page_state_class = gpu_test_base.GpuSharedPageState
self.AddStory(PixelTestsPage(
+ url='file://../../data/gpu/pixel_offscreenCanvas_webgl_commit_main.html',
+ name=base_name + '.OffscreenCanvasWebGLGreenBox' + es3_suffix,
+ test_rect=[0, 0, 300, 300],
+ revision=7,
Ken Russell (switch to Gerrit) 2016/09/09 21:38:17 revision=1. This is the first revision of this par
+ story_set=self,
+ shared_page_state_class=shared_page_state_class,
+ expectations=expectations))
+
+ self.AddStory(PixelTestsPage(
url='file://../../data/gpu/pixel_canvas2d.html',
name=base_name + '.Canvas2DRedBox' + es3_suffix,
test_rect=[0, 0, 300, 300],

Powered by Google App Engine
This is Rietveld 408576698