Added test that check for the presence of the GPU process after running accelerated...
[chromium-blink-merge.git] / content / test / gpu / page_sets / gpu_process_tests.json
blob63123107aec775e0d6bbc4ab861bf95f62ecdb1e
2   "description": "Tests that accelerated content triggers the creation of a GPU process",
3   "user_agent_type": "desktop",
4   "pages": [
5     {
6       "name": "GpuProcess.canvas2d",
7       "url": "file://../../data/gpu/functional_canvas_demo.html",
8       "navigate_steps": [
9         { "action": "navigate"}
10       ]
11     },
12     {
13       "name": "GpuProcess.css3d",
14       "url": "file://../../data/gpu/functional_3d_css.html",
15       "navigate_steps": [
16         { "action": "navigate"}
17       ]
18     },
19     {
20       "name": "GpuProcess.webgl",
21       "url": "file://../../data/gpu/functional_webgl.html",
22       "navigate_steps": [
23         { "action": "navigate"}
24       ]
25     },
26     {
27       "name": "GpuProcess.video",
28       "url": "file://../../data/gpu/functional_video.html",
29       "navigate_steps": [
30         { "action": "navigate"},
31         {
32           "action": "play",
33           "selector": "#video"
34         }
35       ]
36     }
37   ]