| Index: content/test/gpu/page_sets/pixel_tests.py
|
| diff --git a/content/test/gpu/page_sets/pixel_tests.py b/content/test/gpu/page_sets/pixel_tests.py
|
| index 48e37537faa2519fd3d92aae70769ad12093c2d2..f4e629420b37046c1ee0b3eef1c08f70ba50f39f 100644
|
| --- a/content/test/gpu/page_sets/pixel_tests.py
|
| +++ b/content/test/gpu/page_sets/pixel_tests.py
|
| @@ -207,7 +207,7 @@ class PixelTestsStorySet(story_set_module.StorySet):
|
| url='file://../../data/gpu/filter_effects.html',
|
| name=base_name + '.CSSFilterEffects',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=2,
|
| + revision=3,
|
| story_set=self,
|
| shared_page_state_class=gpu_test_base.GpuSharedPageState,
|
| expectations=expectations,
|
| @@ -217,7 +217,7 @@ class PixelTestsStorySet(story_set_module.StorySet):
|
| url='file://../../data/gpu/filter_effects.html',
|
| name=base_name + '.CSSFilterEffects.NoOverlays',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=2,
|
| + revision=3,
|
| story_set=self,
|
| shared_page_state_class=DisableMacOverlaysSharedPageState,
|
| expectations=expectations,
|
|
|