| 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 720af302e43017b39835dcf15fd8b933b2a757be..c2e1390524972fae9310fdbcbb17d7bdd94cb2c8 100644
|
| --- a/content/test/gpu/page_sets/pixel_tests.py
|
| +++ b/content/test/gpu/page_sets/pixel_tests.py
|
| @@ -32,19 +32,19 @@ class PixelTestsPageSet(page_set_module.PageSet):
|
| url='file://../../data/gpu/pixel_canvas2d.html',
|
| name='Pixel.Canvas2DRedBox',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=3,
|
| + revision=4,
|
| page_set=self))
|
|
|
| self.AddPage(PixelTestsPage(
|
| url='file://../../data/gpu/pixel_css3d.html',
|
| name='Pixel.CSS3DBlueBox',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=8,
|
| + revision=9,
|
| page_set=self))
|
|
|
| self.AddPage(PixelTestsPage(
|
| url='file://../../data/gpu/pixel_webgl.html',
|
| name='Pixel.WebGLGreenTriangle',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=7,
|
| + revision=8,
|
| page_set=self))
|
|
|