| 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 4bb5966b14ec5f9cb23811bafe3aba9abb4c66d2..7188efdc00be13b7b3933931256c3c243f8dfc8e 100644
|
| --- a/content/test/gpu/page_sets/pixel_tests.py
|
| +++ b/content/test/gpu/page_sets/pixel_tests.py
|
| @@ -26,12 +26,12 @@ class PixelTestsPageSet(page_set_module.PageSet):
|
| def __init__(self):
|
| super(PixelTestsPageSet, self).__init__(
|
| user_agent_type='desktop')
|
| - self.AddUserStory(PixelTestsPage(
|
| - url='file://../../data/gpu/pixel_canvas2d.html',
|
| - name='Pixel.Canvas2DRedBox',
|
| - test_rect=[0, 0, 300, 300],
|
| - revision=4,
|
| - page_set=self))
|
| + # self.AddUserStory(PixelTestsPage(
|
| + # url='file://../../data/gpu/pixel_canvas2d.html',
|
| + # name='Pixel.Canvas2DRedBox',
|
| + # test_rect=[0, 0, 300, 300],
|
| + # revision=4,
|
| + # page_set=self))
|
|
|
| self.AddUserStory(PixelTestsPage(
|
| url='file://../../data/gpu/pixel_css3d.html',
|
|
|