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

Unified Diff: content/test/gpu/gpu_tests/pixel_test_pages.py

Issue 2391883004: Implement WebGL's commit with software compositing (Closed)
Patch Set: rebase Created 4 years, 2 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/gpu_tests/pixel_test_pages.py
diff --git a/content/test/gpu/gpu_tests/pixel_test_pages.py b/content/test/gpu/gpu_tests/pixel_test_pages.py
index afee3accafd18953220540855e17c640818f157f..caf941774ba1ddd60ebeb834ef2d20466fc486eb 100644
--- a/content/test/gpu/gpu_tests/pixel_test_pages.py
+++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
@@ -167,6 +167,20 @@ def ExperimentalCanvasFeaturesPages(base_name):
browser_args=browser_args),
PixelTestPage(
+ 'pixel_offscreenCanvas_webgl_commit_main.html',
+ base_name + '_OffscreenCanvasWebGLSoftwareCompositing',
+ test_rect=[0, 0, 300, 300],
+ revision=1,
+ browser_args=browser_args + ['--disable-gpu-compositing']),
+
+ PixelTestPage(
+ 'pixel_offscreenCanvas_webgl_commit_worker.html',
+ base_name + '_OffscreenCanvasWebGLSoftwareCompositingWorker',
+ test_rect=[0, 0, 300, 300],
+ revision=1,
+ browser_args=browser_args + ['--disable-gpu-compositing']),
+
+ PixelTestPage(
'pixel_offscreenCanvas_2d_commit_main.html',
base_name + '_OffscreenCanvasAccelerated2D',
test_rect=[0, 0, 350, 350],

Powered by Google App Engine
This is Rietveld 408576698