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

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

Issue 2588053003: Make OffscreenCanvas resizable (Closed)
Patch Set: fix 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..ca29d16556912cbd4d141b028559d3d2a0350296 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.html',
+ base_name + '_OffscreenCanvas2DResize',
Ken Russell (switch to Gerrit) 2016/12/20 06:01:24 Same naming question: perhaps ResizeOnWorker?
xlai (Olivia) 2016/12/20 18:13:39 Done.
+ test_rect=[0, 0, 200, 200],
+ revision=1,
+ browser_args=browser_args),
+
+ PixelTestPage(
+ 'pixel_offscreenCanvas_webgl_resize.html',
+ base_name + '_OffscreenCanvasWebglResize',
+ 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