Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / tools / perf / page_sets / pica.json
1 {
2   "description": "Pica demo app for the Polymer UI toolkit",
3   "archive_data_file": "data/pica.json",
4   "pages": [
5     { "url": "http://localhost/polymer/projects/pica/",
6       "script_to_evaluate_on_commit":
7           "document.addEventListener('WebComponentsReady', function(){var unused = document.body.offsetHeight; window.__pica_load_time = performance.now(); setTimeout(function(){window.__web_components_ready=true}, 1000)})",
8       "navigate_steps" : [
9         { "action": "navigate" },
10         { "action": "wait", "javascript": "window.__web_components_ready" }
11       ]
12     }
13   ]
14 }