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 1d9594a9df4a42c83cc1945bf23926e9586f68a3..eee182608bd2add6d6915cb75830f10e75f30a59 100644 |
--- a/content/test/gpu/gpu_tests/pixel_expectations.py |
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py |
@@ -24,4 +24,6 @@ class PixelExpectations(test_expectations.TestExpectations): |
# self.Fail('Pixel.Canvas2DRedBox', |
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123) |
+ self.Fail('Pixel.CSS3DBlueBox',bug=416719) |
+ |
pass |