| 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 48aa6609381d1ea20e3d633b247cb0d63bfab5bd..4046f2b628780e9666692b064011d877d46ea30b 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| @@ -306,14 +306,14 @@ def ExperimentalCanvasFeaturesPages(base_name):
|
| 'pixel_offscreenCanvas_transferToImageBitmap_main.html',
|
| base_name + '_OffscreenCanvasTransferToImageBitmap',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=1,
|
| + revision=2,
|
| browser_args=browser_args),
|
|
|
| PixelTestPage(
|
| 'pixel_offscreenCanvas_transferToImageBitmap_worker.html',
|
| base_name + '_OffscreenCanvasTransferToImageBitmapWorker',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=1,
|
| + revision=2,
|
| browser_args=browser_args),
|
|
|
| PixelTestPage(
|
|
|