| 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 e747d3cc8ceedb4b9b58958bfc3f5fc4c974abab..877311d86bacb5895e09374c78346452c2cf9c6f 100644
|
| --- a/content/test/gpu/page_sets/pixel_tests.py
|
| +++ b/content/test/gpu/page_sets/pixel_tests.py
|
| @@ -30,19 +30,19 @@ class PixelTestsPageSet(page_set_module.PageSet):
|
| url='file://../../data/gpu/pixel_canvas2d.html',
|
| name=base_name + '.Canvas2DRedBox',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=4,
|
| + revision=5,
|
| page_set=self))
|
|
|
| self.AddUserStory(PixelTestsPage(
|
| url='file://../../data/gpu/pixel_css3d.html',
|
| name=base_name + '.CSS3DBlueBox',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=12,
|
| + revision=13,
|
| page_set=self))
|
|
|
| self.AddUserStory(PixelTestsPage(
|
| url='file://../../data/gpu/pixel_webgl.html',
|
| name=base_name + '.WebGLGreenTriangle',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=9,
|
| + revision=10,
|
| page_set=self))
|
|
|