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 80eaf3f9f05473f6ef8e415e7486ca43c70b29f6..ccfedf8a75d3c05ed41a11bb4b045f05ec7075aa 100644 |
--- a/content/test/gpu/page_sets/gpu_process_tests.py |
+++ b/content/test/gpu/page_sets/gpu_process_tests.py |
@@ -576,7 +576,7 @@ class HasTransparentVisualsGpuProcessPage(DriverBugWorkaroundsTestsPage): |
shared_page_state_class=HasTransparentVisualsShared, |
expectations=expectations, |
expected_workaround=None, |
- unexpected_workaround='disable_transparent_visuals') |
+ unexpected_workaround=None) |
def Validate(self, tab, results): |
if sys.platform.startswith('linux'): |
@@ -587,9 +587,6 @@ class NoTransparentVisualsShared(GpuProcessSharedPageState): |
def __init__(self, test, finder_options, story_set): |
super(NoTransparentVisualsShared, self).__init__( |
test, finder_options, story_set) |
- options = finder_options.browser_options |
- if sys.platform.startswith('linux'): |
- options.AppendExtraBrowserArgs('--disable_transparent_visuals=1') |
class NoTransparentVisualsGpuProcessPage(DriverBugWorkaroundsTestsPage): |
def __init__(self, story_set, expectations): |
@@ -598,7 +595,7 @@ class NoTransparentVisualsGpuProcessPage(DriverBugWorkaroundsTestsPage): |
page_set=story_set, |
shared_page_state_class=NoTransparentVisualsShared, |
expectations=expectations, |
- expected_workaround='disable_transparent_visuals', |
+ expected_workaround=None, |
unexpected_workaround=None) |
def Validate(self, tab, results): |