| 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 71895e756029acb0c9deef6a01c1efe8edd19ba0..4a1e62d7d0aeed391a8a516240f54d9de9152c36 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| @@ -136,6 +136,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],
|
|
|