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

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

Issue 2588053003: Make OffscreenCanvas resizable (Closed)
Patch Set: rebase Created 4 years 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 c3e2473e9885edba40d6642a64e445176e843330..73d8c288b40235fb802c331b842a8c888f3d970d 100644
--- a/content/test/gpu/gpu_tests/pixel_test_pages.py
+++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
@@ -240,6 +240,20 @@ def ExperimentalCanvasFeaturesPages(base_name):
browser_args=browser_args + ['--disable-accelerated-2d-canvas']),
PixelTestPage(
+ 'pixel_offscreenCanvas_2d_resize_on_worker.html',
+ base_name + '_OffscreenCanvas2DResizeOnWorker',
+ test_rect=[0, 0, 200, 200],
+ revision=1,
+ browser_args=browser_args),
+
+ PixelTestPage(
+ 'pixel_offscreenCanvas_webgl_resize_on_worker.html',
+ base_name + '_OffscreenCanvasWebglResizeOnWorker',
+ test_rect=[0, 0, 200, 200],
+ revision=1,
+ browser_args=browser_args),
+
+ PixelTestPage(
'pixel_canvas_display_linear-rgb.html',
base_name + '_CanvasDisplayLinearRGBAccelerated2D',
test_rect=[0, 0, 140, 140],

Powered by Google App Engine
This is Rietveld 408576698