| 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 7ac0dbd63b2bd8c7fe1619d00e96c19809bfbcbb..860e13fbff72ec911b6a158c7fc41b86f646fe69 100644
|
| --- a/content/test/gpu/page_sets/pixel_tests.py
|
| +++ b/content/test/gpu/page_sets/pixel_tests.py
|
| @@ -167,6 +167,15 @@ class PixelTestsStorySet(story_set_module.StorySet):
|
| shared_page_state_class = gpu_test_base.GpuSharedPageState
|
|
|
| self.AddStory(PixelTestsPage(
|
| + url='file://../../data/gpu/pixel_offscreenCanvas_webgl_commit_main.html',
|
| + name=base_name + '.OffscreenCanvasWebGLGreenBox' + es3_suffix,
|
| + test_rect=[0, 0, 300, 300],
|
| + revision=7,
|
| + story_set=self,
|
| + shared_page_state_class=shared_page_state_class,
|
| + expectations=expectations))
|
| +
|
| + self.AddStory(PixelTestsPage(
|
| url='file://../../data/gpu/pixel_canvas2d.html',
|
| name=base_name + '.Canvas2DRedBox' + es3_suffix,
|
| test_rect=[0, 0, 300, 300],
|
|
|