Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 } | |
| OLD | NEW |