| Index: content/test/gpu/gpu_tests/gpu_test_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/gpu_test_expectations.py b/content/test/gpu/gpu_tests/gpu_test_expectations.py
|
| index 047d46bc6ea8e115b1c890674e55e533ec661cce..0ada4a65eda947f25af5cc4ad39b8f43127fc16b 100644
|
| --- a/content/test/gpu/gpu_tests/gpu_test_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/gpu_test_expectations.py
|
| @@ -123,7 +123,7 @@ class GpuTestExpectations(test_expectations.TestExpectations):
|
| def _GetANGLERenderer(self, gpu_info):
|
| if gpu_info and gpu_info.aux_attributes:
|
| gl_renderer = gpu_info.aux_attributes.get('gl_renderer')
|
| - if gl_renderer:
|
| + if gl_renderer and 'ANGLE' in gl_renderer:
|
| if 'Direct3D11' in gl_renderer:
|
| return 'd3d11'
|
| elif 'Direct3D9' in gl_renderer:
|
|
|