OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "description": "Media source extensions perf benchmark", | |
3 "test-action": [ | |
4 { "action": "wait", "javascript" : "window.__testDone() == true"} | |
5 ], | |
6 "pages": [ | |
7 { | |
8 "url": "file://mse_cases/startup_test.html?testType=AV", | |
9 "media_metrics": {"action": "test-action"} | |
dtu
2013/11/22 23:30:20
You can just define media_metrics at the top, wher
shadi
2013/11/23 00:01:06
Good point. Done.
| |
10 }, | |
11 { | |
12 "url": "file://mse_cases/startup_test.html?testType=AV&useAppendStream=tru e", | |
13 "media_metrics": {"action": "test-action"} | |
14 }, | |
15 { | |
16 "url": "file://mse_cases/startup_test.html?testType=AV&doNotWaitForBodyOnL oad=true", | |
17 "media_metrics": {"action": "test-action"} | |
18 }, | |
19 { | |
20 "url": "file://mse_cases/startup_test.html?testType=AV&useAppendStream=tru e&doNotWaitForBodyOnLoad=true", | |
21 "media_metrics": {"action": "test-action"} | |
22 }, | |
23 { | |
24 "url": "file://mse_cases/startup_test.html?testType=V", | |
25 "media_metrics": {"action": "test-action"} | |
26 }, | |
27 { | |
28 "url": "file://mse_cases/startup_test.html?testType=V&useAppendStream=true ", | |
29 "media_metrics": {"action": "test-action"} | |
30 }, | |
31 { | |
32 "url": "file://mse_cases/startup_test.html?testType=V&doNotWaitForBodyOnLo ad=true", | |
33 "media_metrics": {"action": "test-action"} | |
34 }, | |
35 { | |
36 "url": "file://mse_cases/startup_test.html?testType=V&useAppendStream=true &doNotWaitForBodyOnLoad=true", | |
37 "media_metrics": {"action": "test-action"} | |
38 }, | |
39 { | |
40 "url": "file://mse_cases/startup_test.html?testType=A", | |
41 "media_metrics": {"action": "test-action"} | |
42 }, | |
43 { | |
44 "url": "file://mse_cases/startup_test.html?testType=A&useAppendStream=true ", | |
45 "media_metrics": {"action": "test-action"} | |
46 }, | |
47 { | |
48 "url": "file://mse_cases/startup_test.html?testType=A&doNotWaitForBodyOnLo ad=true", | |
49 "media_metrics": {"action": "test-action"} | |
50 }, | |
51 { | |
52 "url": "file://mse_cases/startup_test.html?testType=A&useAppendStream=true &doNotWaitForBodyOnLoad=true", | |
53 "media_metrics": {"action": "test-action"} | |
54 } | |
55 ] | |
56 } | |
OLD | NEW |