| Index: content/test/gpu/gpu_tests/pixel_test_pages.py
|
| diff --git a/content/test/gpu/gpu_tests/pixel_test_pages.py b/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| index 5d857842d359cb49ff9740d979bdb2cbb70ed39b..ac2a728f629d2c8628fb04d5ded2e4ff68f3dac3 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| @@ -55,6 +55,12 @@ def DefaultPages(base_name):
|
| revision=7),
|
|
|
| PixelTestPage(
|
| + 'pixel_canvas2d_untagged.html',
|
| + base_name + '_Canvas2DUntagged',
|
| + test_rect=[0, 0, 257, 257],
|
| + revision=0),
|
| +
|
| + PixelTestPage(
|
| 'pixel_css3d.html',
|
| base_name + '_CSS3DBlueBox',
|
| test_rect=[0, 0, 300, 300],
|
|
|