| 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 67b5fc9a1a996846fdee6a921dd90b2581ce4366..48aa6609381d1ea20e3d633b247cb0d63bfab5bd 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| @@ -134,14 +134,14 @@ def DefaultPages(base_name):
|
| PixelTestPage(
|
| 'pixel_video_mp4.html',
|
| base_name + '_Video_MP4',
|
| - test_rect=[0, 0, 400, 300],
|
| - revision=1),
|
| + test_rect=[0, 0, 300, 300],
|
| + revision=2),
|
|
|
| PixelTestPage(
|
| 'pixel_video_vp9.html',
|
| base_name + '_Video_VP9',
|
| - test_rect=[0, 0, 400, 300],
|
| - revision=1),
|
| + test_rect=[0, 0, 300, 300],
|
| + revision=2),
|
| ]
|
|
|
|
|
|
|