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

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

Issue 2358833002: Update pixel test expectation and add new worker tests (Closed)
Patch Set: back to PS4 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 | « content/test/gpu/gpu_tests/pixel_expectations.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5e535da66f5737fe0afb8a164d21e68635c104c9..e3fa4dcb05bdf8b29f9a4afe07b3ee8578d2c955 100644
--- a/content/test/gpu/page_sets/pixel_tests.py
+++ b/content/test/gpu/page_sets/pixel_tests.py
@@ -184,6 +184,15 @@ class PixelTestsStorySet(story_set_module.StorySet):
expectations=expectations))
self.AddStory(PixelTestsPage(
+ url='file://../../data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html',
+ name=base_name + '.OffscreenCanvasWebGLRedBoxWorker' + es3_suffix,
+ test_rect=[0, 0, 300, 300],
+ 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],
« no previous file with comments | « content/test/gpu/gpu_tests/pixel_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698