| Index: content/test/gpu/gpu_tests/gpu_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/gpu_integration_test.py b/content/test/gpu/gpu_tests/gpu_integration_test.py
|
| index 4b4778972b0741b7fc9ffaa64f990f322471c3d9..60df92e761ac400e1fa933bfd17c6e05696f0f8a 100644
|
| --- a/content/test/gpu/gpu_tests/gpu_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/gpu_integration_test.py
|
| @@ -33,6 +33,7 @@ class GpuIntegrationTest(
|
| logging.warning('Restarting browser due to ' + reason)
|
| self.StopBrowser()
|
| self.StartBrowser(self._finder_options)
|
| + self.tab = self.browser.tabs[0]
|
|
|
| def _RunGpuTest(self, url, test_name, args):
|
| temp_page = _EmulatedPage(url, test_name)
|
|
|