 Chromium Code Reviews
 Chromium Code Reviews Issue 2467913002:
  Touch event flag should control only DOM event firing.  (Closed)
    
  
    Issue 2467913002:
  Touch event flag should control only DOM event firing.  (Closed) 
  | Index: tools/perf/page_sets/system_health/browsing_stories.py | 
| diff --git a/tools/perf/page_sets/system_health/browsing_stories.py b/tools/perf/page_sets/system_health/browsing_stories.py | 
| index 7343e01c4ae1de4d52c408d764e63b2142dc37b5..48ad0fa161502f4e6bb2987110cdd88a8b655f79 100644 | 
| --- a/tools/perf/page_sets/system_health/browsing_stories.py | 
| +++ b/tools/perf/page_sets/system_health/browsing_stories.py | 
| @@ -136,8 +136,8 @@ class FlipboardDesktopStory(_NewsBrowsingStory): | 
| ITEM_SELECTOR = '.cover-image' | 
| SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY | 
| - | 
| -@decorators.Disabled('win') # crbug.com/657665 | 
| +# crbug.com/657665 for win, #crbug.com/665007 for linux | 
| 
aiolos (Not reviewing)
2016/11/17 22:27:13
The change is fine. But I'm confused as to why it'
 
aiolos (Not reviewing)
2016/11/17 22:54:06
Talked to Ned offline, we should understand why th
 | 
| +@decorators.Disabled('win' ,'linux') | 
| class HackerNewsStory(_NewsBrowsingStory): | 
| NAME = 'browse:news:hackernews' | 
| URL = 'https://news.ycombinator.com' |