Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: tools/perf/page_sets/tough_ad_cases.py

Issue 2108313003: perf: Re-enable latimes.com in tough_ad_cases (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_ad_cases.py
diff --git a/tools/perf/page_sets/tough_ad_cases.py b/tools/perf/page_sets/tough_ad_cases.py
index 2f82ac795afa5fecefa48c44ccf933e9418961a9..f076f6a4f5f2ef6fd9accbba9e543f5b248d6d20 100644
--- a/tools/perf/page_sets/tough_ad_cases.py
+++ b/tools/perf/page_sets/tough_ad_cases.py
@@ -179,9 +179,8 @@ class ToughAdCasesPageSet(story.StorySet):
self.AddStory(AdPage('file://tough_ad_cases/'
'swiffy_webgl_collection.html',
self, make_javascript_deterministic=False, scroll=scroll))
- # crbug.com/618708
- # self.AddStory(AdPage('http://www.latimes.com', self, scroll=scroll,
- # wait_for_interactive_or_better=True))
+ self.AddStory(AdPage('http://www.latimes.com', self, scroll=scroll,
+ wait_for_interactive_or_better=True))
self.AddStory(ForbesAdPage('http://www.forbes.com/sites/parmyolson/'
'2015/07/29/jana-mobile-data-facebook-internet-org/',
self, scroll=scroll))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698