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

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

Issue 2666243003: Revert of perf: Disable mashable.com in tough_ad_cases as it is crashing (Closed)
Patch Set: Created 3 years, 11 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 d9ea110c0e637e78def18a6c3ecf2ac2671d44b4..68321d1062f08570107e608e017d9eb4ac6306f3 100644
--- a/tools/perf/page_sets/tough_ad_cases.py
+++ b/tools/perf/page_sets/tough_ad_cases.py
@@ -189,9 +189,8 @@
self, scroll=scroll))
self.AddStory(AdPage('http://androidcentral.com', self, scroll=scroll,
wait_for_interactive_or_better=True))
- # Disabled: crbug.com/682349
- #self.AddStory(AdPage('http://mashable.com', self, scroll=scroll,
- # y_scroll_distance_multiplier=0.25))
+ self.AddStory(AdPage('http://mashable.com', self, scroll=scroll,
+ y_scroll_distance_multiplier=0.25))
self.AddStory(AdPage('http://www.androidauthority.com/'
'reduce-data-use-turn-on-data-compression-in-chrome-630064/', 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