- add sources.
[platform/framework/web/crosswalk.git] / src / content / test / gpu / page_sets / gpu_process_tests.json
1 {
2   "description": "Tests that accelerated content triggers the creation of a GPU process",
3   "user_agent_type": "desktop",
4   "serving_dirs": [ "../../data" ],
5   "pages": [
6     {
7       "name": "GpuProcess.canvas2d",
8       "url": "file://../../data/gpu/functional_canvas_demo.html",
9       "navigate_steps": [
10         { "action": "navigate"}
11       ]
12     },
13     {
14       "name": "GpuProcess.css3d",
15       "url": "file://../../data/gpu/functional_3d_css.html",
16       "navigate_steps": [
17         { "action": "navigate"}
18       ]
19     },
20     {
21       "name": "GpuProcess.webgl",
22       "url": "file://../../data/gpu/functional_webgl.html",
23       "navigate_steps": [
24         { "action": "navigate"}
25       ]
26     },
27     {
28       "name": "GpuProcess.video",
29       "url": "file://../../data/gpu/functional_video.html",
30       "navigate_steps": [
31         { "action": "navigate"},
32         {
33           "action": "wait",
34           "javascript": "domAutomationController._finished",
35           "timeout": 30
36         }
37       ]
38     }
39   ]
40 }