| Index: tools/testing/run_selenium.py
 | 
| diff --git a/tools/testing/run_selenium.py b/tools/testing/run_selenium.py
 | 
| index ee1fea3f94db2f965a3170c626665709d87ea96b..0418f9a18e9ba897486f3ca649f5fc8734a77cfb 100755
 | 
| --- a/tools/testing/run_selenium.py
 | 
| +++ b/tools/testing/run_selenium.py
 | 
| @@ -49,8 +49,6 @@ def run_test_in_browser(browser, html_out, timeout, is_perf):
 | 
|            lambda driver : ('PASS' in driver.page_source) or
 | 
|            ('FAIL' in driver.page_source))
 | 
|      source = browser.page_source
 | 
| -  except selenium.common.exceptions.TimeoutException:
 | 
| -    source = 'FAIL (timeout)'
 | 
|    finally: 
 | 
|      # A timeout exception is thrown if nothing happens within the time limit.
 | 
|      if browser != 'chrome':
 | 
| 
 |