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

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

Issue 2359723003: Implement OffscreenCanvas Accelerated 2D commit() (Closed)
Patch Set: Fix rebase error 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 3befe1400d1d5ff5279d50a4efef044737c34fc0..28bf9b4ed254b93118d4cbddd6faa5104ef0d1dd 100644
--- a/content/test/gpu/page_sets/pixel_tests.py
+++ b/content/test/gpu/page_sets/pixel_tests.py
@@ -193,6 +193,24 @@ class PixelTestsStorySet(story_set_module.StorySet):
expectations=expectations))
self.AddStory(PixelTestsPage(
+ url='file://../../data/gpu/pixel_acceleratedOffscreen2d_commit_main.html',
+ name=base_name + '.OffscreenCanvasAccelerated2D' + es3_suffix,
+ test_rect=[0, 0, 350, 350],
+ revision=1,
+ story_set=self,
+ shared_page_state_class=EnableExperimentalCanvasFeaturesSharedPageState,
+ expectations=expectations))
+
+ self.AddStory(PixelTestsPage(
+ url='file://../../data/gpu/pixel_acceleratedOffscreen2d_commit_worker.html',
+ name=base_name + '.OffscreenCanvasAccelerated2DWorker' + es3_suffix,
+ test_rect=[0, 0, 350, 350],
+ revision=1,
+ story_set=self,
+ shared_page_state_class=EnableExperimentalCanvasFeaturesSharedPageState,
+ 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