| 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 3b66852be705f51f8dbf47c86e091a7fccf3be49..9f4f45083ccb64f6664e70e87c763a94f1acd219 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| @@ -67,25 +67,25 @@ def ES2AndES3Pages(base_name):
|
| 'pixel_webgl_aa_alpha.html',
|
| base_name + '_WebGLGreenTriangle_AA_Alpha',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=1),
|
| + revision=2),
|
|
|
| PixelTestPage(
|
| 'pixel_webgl_noaa_alpha.html',
|
| base_name + '_WebGLGreenTriangle_NoAA_Alpha',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=1),
|
| + revision=2),
|
|
|
| PixelTestPage(
|
| 'pixel_webgl_aa_noalpha.html',
|
| base_name + '_WebGLGreenTriangle_AA_NoAlpha',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=1),
|
| + revision=2),
|
|
|
| PixelTestPage(
|
| 'pixel_webgl_noaa_noalpha.html',
|
| base_name + '_WebGLGreenTriangle_NoAA_NoAlpha',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=1),
|
| + revision=2),
|
|
|
| PixelTestPage(
|
| 'pixel_scissor.html',
|
| @@ -120,7 +120,7 @@ def ES2AndES3Pages(base_name):
|
| 'pixel_canvas2d_webgl.html',
|
| base_name + '_2DCanvasWebGL',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=3),
|
| + revision=4),
|
|
|
| PixelTestPage(
|
| 'pixel_background.html',
|
| @@ -156,14 +156,14 @@ def ExperimentalCanvasFeaturesPages(base_name):
|
| 'pixel_offscreenCanvas_webgl_commit_main.html',
|
| base_name + '_OffscreenCanvasWebGLDefault',
|
| test_rect=[0, 0, 350, 350],
|
| - revision=1,
|
| + revision=2,
|
| browser_args=browser_args),
|
|
|
| PixelTestPage(
|
| 'pixel_offscreenCanvas_webgl_commit_worker.html',
|
| base_name + '_OffscreenCanvasWebGLDefaultWorker',
|
| test_rect=[0, 0, 350, 350],
|
| - revision=1,
|
| + revision=2,
|
| browser_args=browser_args),
|
|
|
| PixelTestPage(
|
|
|