| 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 d892779f716be5f4e53ccca9646cbc54ac8ea1ce..17e6addd4b38d2edea297080356dbaf23331d32f 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| @@ -212,14 +212,14 @@ def ExperimentalCanvasFeaturesPages(base_name):
|
| 'pixel_offscreenCanvas_2d_commit_main.html',
|
| base_name + '_OffscreenCanvasUnaccelerated2DGPUCompositing',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=2,
|
| + revision=3,
|
| browser_args=browser_args + ['--disable-accelerated-2d-canvas']),
|
|
|
| PixelTestPage(
|
| 'pixel_offscreenCanvas_2d_commit_worker.html',
|
| base_name + '_OffscreenCanvasUnaccelerated2DGPUCompositingWorker',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=2,
|
| + revision=3,
|
| browser_args=browser_args + ['--disable-accelerated-2d-canvas']),
|
| ]
|
|
|
|
|