| Index: content/test/gpu/gpu_tests/context_lost_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/context_lost_expectations.py b/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| index 2d5b399f764aa4ed537e5a3157b12a6bb1ecd327..e79913b3bfdc7d7953f519296f7adc0ae508fd71 100644
|
| --- a/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| @@ -26,3 +26,6 @@ class ContextLostExpectations(test_expectations.TestExpectations):
|
|
|
| self.Fail('GpuCrash.GPUProcessCrashesExactlyOnce',
|
| ['win'], bug=392891)
|
| +
|
| + self.Fail('ContextLost.WebGLContextLostInHiddenTab',
|
| + ['mac', ('nvidia', 0xfe9)], bug=422803)
|
|
|