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

Side by Side Diff: tools/perf/page_sets/video_stack/video_stack.json

Issue 16854013: Telemetry media_measurement plus play action and tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "description": "Video Stack Perf benchmark",
3 "pages": [
4 {
5 "url": "file:///video.html?mediaFile=bear.webm",
6 "media_metrics": [
7 { "action": "play",
8 "selector": "video[id=\"video1\"]",
scherkus (not reviewing) 2013/06/14 20:50:45 AFAIK if this a CSS selector then "#video1" should
shadi 2013/06/17 19:13:59 Done.
9 "wait_for_playing": true,
10 "wait_for_ended": true
11 }
12 ]
13 }
14 ]
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698