| 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 ba33445d5df1c8c7b3467e1b4ade4aaae5532e31..7ac0dbd63b2bd8c7fe1619d00e96c19809bfbcbb 100644
|
| --- a/content/test/gpu/page_sets/pixel_tests.py
|
| +++ b/content/test/gpu/page_sets/pixel_tests.py
|
| @@ -142,7 +142,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=1,
|
| + revision=2,
|
| story_set=self,
|
| shared_page_state_class=gpu_test_base.GpuSharedPageState,
|
| expectations=expectations,
|
| @@ -152,7 +152,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=1,
|
| + revision=2,
|
| story_set=self,
|
| shared_page_state_class=DisableMacOverlaysSharedPageState,
|
| expectations=expectations,
|
|
|