Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: content/test/gpu/gpu_tests/pixel_integration_test.py

Issue 2643023004: Fetch the first tab inside the browser startup retry loop. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/test/gpu/gpu_tests/pixel_integration_test.py
diff --git a/content/test/gpu/gpu_tests/pixel_integration_test.py b/content/test/gpu/gpu_tests/pixel_integration_test.py
index 4633c6c8290ec15369de96c2a3d874b17f07354d..f85b382bc418ddc69e4d318f56f7e6876dbc0da7 100644
--- a/content/test/gpu/gpu_tests/pixel_integration_test.py
+++ b/content/test/gpu/gpu_tests/pixel_integration_test.py
@@ -94,7 +94,6 @@ class PixelIntegrationTest(
cls.ResetGpuInfo()
cls.CustomizeBrowserArgs(browser_args)
cls.StartBrowser()
- cls.tab = cls.browser.tabs[0]
@classmethod
def AddCommandlineArgs(cls, parser):

Powered by Google App Engine
This is Rietveld 408576698