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

Unified Diff: tools/perf/page_sets/key_mobile_sites.json

Issue 23500008: Telemetry: Replace actual groupcloned page with test page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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/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"
« 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