| 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 7bc49533fcd3ac265ed9761471a3a4a675eae977..299ea33f87dbd926b10de79750ac1a4592c49a68 100644
|
| --- a/tools/perf/page_sets/system_health/loading_stories.py
|
| +++ b/tools/perf/page_sets/system_health/loading_stories.py
|
| @@ -196,7 +196,7 @@ class LoadWikipediaStory(_LoadingStory):
|
|
|
|
|
| ################################################################################
|
| -# Audio and video.
|
| +# Audio, images, and video.
|
| ################################################################################
|
|
|
|
|
| @@ -243,6 +243,11 @@ class LoadFlickr(_LoadingStory):
|
| !== null''')
|
|
|
|
|
| +class LoadImgur(_LoadingStory):
|
| + NAME = 'load:media:imgur'
|
| + URL = 'http://imgur.com/gallery/5UlBN'
|
| +
|
| +
|
| ################################################################################
|
| # Online tools (documents, emails, storage, ...).
|
| ################################################################################
|
|
|