| Index: content/test/gpu/page_sets/gpu_process_tests.py
|
| diff --git a/content/test/gpu/page_sets/gpu_process_tests.py b/content/test/gpu/page_sets/gpu_process_tests.py
|
| index f147cba94f403cf67e7c6baa42daf5d73e4c4548..87fa7e5136ec0845dcf02fe27de234f696822cd6 100644
|
| --- a/content/test/gpu/page_sets/gpu_process_tests.py
|
| +++ b/content/test/gpu/page_sets/gpu_process_tests.py
|
| @@ -317,7 +317,7 @@ class DriverBugWorkaroundsUponGLRendererPage(DriverBugWorkaroundsTestsPage):
|
| self.expected_workaround = "texsubimage_faster_than_teximage"
|
| self.unexpected_workaround = "disable_d3d11"
|
| elif sys.platform.startswith('linux'):
|
| - self.expected_workaround = "disable_multisampled_render_to_texture"
|
| + self.expected_workaround = "disable_transparent_visuals"
|
| elif sys.platform == 'darwin':
|
| pass
|
| super(DriverBugWorkaroundsUponGLRendererPage, self).__init__(
|
|
|