| 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 3b66852be705f51f8dbf47c86e091a7fccf3be49..71895e756029acb0c9deef6a01c1efe8edd19ba0 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| @@ -46,10 +46,7 @@ def CopyPagesWithNewBrowserArgsAndPrefix(pages, browser_args, prefix):
|
| p.CopyWithNewBrowserArgsAndPrefix(browser_args, prefix) for p in pages]
|
|
|
|
|
| -# Pages that should be run both with and without --enable-unsafe-es3-apis.
|
| -# TODO(kbr): eliminate the "ES3" versions of these tests once WebGL 2.0
|
| -# is enabled by default. crbug.com/295792
|
| -def ES2AndES3Pages(base_name):
|
| +def DefaultPages(base_name):
|
| return [
|
| PixelTestPage(
|
| 'pixel_canvas2d.html',
|
|
|