| 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 23eec65c133952a0be6ce6be54cdbfdf1a962d6b..cb144d04314ec4367b50520244807cbd33ae71ba 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=3,
|
| + revision=4,
|
| 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=3,
|
| + revision=4,
|
| browser_args=browser_args + ['--disable-accelerated-2d-canvas']),
|
|
|
| PixelTestPage(
|
|
|