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

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

Issue 2495373003: Match html canvas which is transferred to OffscreenCanvas to CSS style (Closed)
Patch Set: fix compilation error 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 ad0650b763a8d98911f4d7cbaaeea79116edef6f..751708dd2a093304efac34882328406206b46ec2 100644
--- a/content/test/gpu/gpu_tests/pixel_test_pages.py
+++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
@@ -142,6 +142,20 @@ def ExperimentalCanvasFeaturesPages(base_name):
return [
PixelTestPage(
+ 'pixel_offscreenCanvas_transfer_after_style_resize.html',
+ base_name + '_OffscreenCanvasTransferAfterStyleResize',
+ test_rect=[0, 0, 350, 350],
+ revision=1,
+ browser_args=browser_args),
+
+ PixelTestPage(
+ 'pixel_offscreenCanvas_transfer_before_style_resize.html',
+ base_name + '_OffscreenCanvasTransferBeforeStyleResize',
+ test_rect=[0, 0, 350, 350],
+ revision=1,
+ browser_args=browser_args),
+
+ PixelTestPage(
'pixel_offscreenCanvas_transferToImageBitmap_main.html',
base_name + '_OffscreenCanvasTransferToImageBitmap',
test_rect=[0, 0, 300, 300],

Powered by Google App Engine
This is Rietveld 408576698