Index: tools/perf/page_sets/key_mobile_sites.json |
diff --git a/tools/perf/page_sets/key_mobile_sites.json b/tools/perf/page_sets/key_mobile_sites.json |
index dec87c8d345a32bf8d940b165725c0fc7c72a28d..f8b0441f81257e890eacf36ddf27cf53b0614c35 100644 |
--- a/tools/perf/page_sets/key_mobile_sites.json |
+++ b/tools/perf/page_sets/key_mobile_sites.json |
@@ -212,6 +212,7 @@ |
"why": "Problematic use of fixed position elements" |
}, |
{ |
+ "disabled": "Page behaves non-deterministically, replaced with test version for now", |
tonyg
2013/09/05 15:32:13
Should we just remove this instead of disabling it
Dominik Grewe
2013/09/05 15:38:11
I tried to figure out what exactly is going on but
|
"url": "http://groupcloned.com", |
"why": "crbug.com/172906", |
"navigate_steps": [ |
@@ -226,6 +227,19 @@ |
} |
}, |
{ |
+ "url": "http://groupcloned.com/test/list-images-variable/index.html", |
+ "why": "crbug.com/172906", |
+ "navigate_steps": [ |
+ { "action": "navigate" }, |
+ { "action": "wait", "javascript": "document.getElementById('element-5') !== null" } |
+ ], |
+ "smoothness": { |
+ "action": "scroll", |
+ "scroll_requires_touch": true, |
+ "remaining_scroll_distance_function": "function() { return Math.max(0, 1250 + document.getElementById('element-5').getBoundingClientRect().top); }" |
+ } |
+ }, |
+ { |
"disabled": "Doesn't scroll; crbug.com/249736", |
"url": "http://forecast.io", |
"why": "crbug.com/231413" |