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

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: removed un-needed file 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 {
nduca 2013/06/17 23:01:33 i think current custom is to call this file and fo
shadi 2013/06/18 00:30:01 Why did you guys go with tough_*_cases naming? Pag
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_1",
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