1 { 2 "description": "Some basic test cases for GPU.", 3 "user_agent_type": "desktop", 4 "pages": [ 5 { 6 "name": "Pixel.Canvas2DRedBox", 7 "url": "file://../../data/gpu/pixel_canvas2d.html", 8 "navigate_steps": [ 9 { "action": "navigate"}, 10 { 11 "action": "wait", 12 "javascript": "domAutomationController._finished", 13 "timeout": 30 14 } 15 ], 16 "revision": 1, 17 "test_rect": [0, 0, 400, 300] 18 }, 19 { 20 "name": "Pixel.CSS3DBlueBox", 21 "url": "file://../../data/gpu/pixel_css3d.html", 22 "navigate_steps": [ 23 { "action": "navigate"}, 24 { 25 "action": "wait", 26 "javascript": "domAutomationController._finished", 27 "timeout": 30 28 } 29 ], 30 "revision": 1, 31 "test_rect": [0, 0, 400, 300] 32 }, 33 { 34 "name": "Pixel.WebGLGreenTriangle", 35 "url": "file://../../data/gpu/pixel_webgl.html", 36 "navigate_steps": [ 37 { "action": "navigate"}, 38 { 39 "action": "wait", 40 "javascript": "domAutomationController._finished", 41 "timeout": 30 42 } 43 ], 44 "revision": 1, 45 "test_rect": [0, 0, 400, 300] 46 } 47 ] 48 } 49