| 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 21a283be021fd1b200f1974ed6ae2319de4bd986..e28a24494f8452890060ae2e0e0c272e63153397 100644
|
| --- a/content/test/gpu/gpu_tests/gpu_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/gpu_integration_test.py
|
| @@ -37,6 +37,7 @@ class GpuIntegrationTest(
|
| self.tab = self.browser.tabs[0]
|
|
|
| def _RunGpuTest(self, url, test_name, args):
|
| + print 'ENTERING _RunGpuTest for ' + test_name
|
| temp_page = _EmulatedPage(url, test_name)
|
| expectations = self.__class__.GetExpectations()
|
| expectation = expectations.GetExpectationForPage(
|
|
|