| Index: content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
|
| index 08961feb8bb68e3175392c9a9e60e70251534558..71661466aa18ab517002b2b9cee79700bf65eb7f 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
|
| @@ -107,6 +107,7 @@ class WebGLConformanceExpectationsTest(unittest.TestCase):
|
| (
|
| set(e.os_conditions),
|
| set(e.browser_conditions),
|
| + set(e.cmd_decoder_conditions),
|
| set(e.angle_conditions),
|
| ),
|
| set(e.gpu_conditions),
|
|
|