| Index: tools/perf/page_sets/system_health/loading_stories.py
|
| diff --git a/tools/perf/page_sets/system_health/loading_stories.py b/tools/perf/page_sets/system_health/loading_stories.py
|
| index 65e23e4caaa0bdece5fb8754d6d1fb5af630bab4..90b2dabf3dd0e302d04e9a08cef3f4d7e9037e3d 100644
|
| --- a/tools/perf/page_sets/system_health/loading_stories.py
|
| +++ b/tools/perf/page_sets/system_health/loading_stories.py
|
| @@ -197,7 +197,7 @@ class LoadWikipediaStory(_LoadingStory):
|
|
|
|
|
| ################################################################################
|
| -# Audio and video.
|
| +# Audio, images, and video.
|
| ################################################################################
|
|
|
|
|
| @@ -244,6 +244,11 @@ class LoadFlickr(_LoadingStory):
|
| !== null''')
|
|
|
|
|
| +class LoadImgur(_LoadingStory):
|
| + NAME = 'load:media:imgur'
|
| + URL = 'http://imgur.com/gallery/5UlBN'
|
| +
|
| +
|
| ################################################################################
|
| # Online tools (documents, emails, storage, ...).
|
| ################################################################################
|
|
|