| 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 961ccb46a1b521beec6f01adecedcf2906de9809..9db0b955a56285d020dd8288334f03b8a9c7ad09 100644
|
| --- a/tools/perf/page_sets/system_health/loading_stories.py
|
| +++ b/tools/perf/page_sets/system_health/loading_stories.py
|
| @@ -177,7 +177,7 @@ class LoadSohuStory(_LoadingStory):
|
| class LoadWashingtonPostMobileStory(_LoadingStory):
|
| NAME = 'load:news:washingtonpost'
|
| URL = 'https://www.washingtonpost.com/pwa'
|
| - SUPPORTED_PLATFORMS = platforms.NO_PLATFORMS # http://crbug.com/634112
|
| + SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
|
| _CLOSE_BUTTON_SELECTOR = '.close'
|
|
|
| def _DidLoadDocument(self, action_runner):
|
|
|