| Index: content/test/gpu/gpu_tests/pixel_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/pixel_expectations.py b/content/test/gpu/gpu_tests/pixel_expectations.py
|
| index a31366f2e934570b58ed25ccc8050f6eb051280b..21f3d08aae5284202971789b2c6b3c50ba5dbb5d 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_expectations.py
|
| @@ -31,6 +31,11 @@ class PixelExpectations(GpuTestExpectations):
|
| # TODO(ccameron) fix these on Mac Retina
|
| self.Fail('Pixel_CSS3DBlueBox', ['mac'], bug=533690)
|
|
|
| + # TODO(ccameron): These changed when forcing the display to sRGB, and will
|
| + # need rebaseline.
|
| + self.Fail('Pixel_Video_VP9', bug=734255)
|
| + self.Fail('Pixel_DirectComposition_Video_VP9', bug=734255)
|
| +
|
| # TODO(vmiura) check / generate reference images for Android devices
|
| self.Fail('Pixel_SolidColorBackground', ['mac', 'android'], bug=624256)
|
|
|
|
|