| 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 71895e756029acb0c9deef6a01c1efe8edd19ba0..ad0650b763a8d98911f4d7cbaaeea79116edef6f 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| @@ -85,6 +85,12 @@ def DefaultPages(base_name):
|
| revision=1),
|
|
|
| PixelTestPage(
|
| + 'pixel_webgl_noalpha_implicit_clear.html',
|
| + base_name + '_WebGLTransparentGreenTriangle_NoAlpha_ImplicitClear',
|
| + test_rect=[0, 0, 300, 300],
|
| + revision=1),
|
| +
|
| + PixelTestPage(
|
| 'pixel_scissor.html',
|
| base_name + '_ScissorTestWithPreserveDrawingBuffer',
|
| test_rect=[0, 0, 300, 300],
|
|
|