Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Side by Side Diff: content/test/gpu/page_sets/pixel_tests.json

Issue 23478021: Made Pixel tests functional. Captures tab content and compares to ref image (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Brought functionality closer inline with original browsertests Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "description": "Some basic test cases for GPU.", 2 "description": "Some basic test cases for GPU.",
3 "user_agent_type": "desktop", 3 "user_agent_type": "desktop",
4 "pages": [ 4 "pages": [
5 { 5 {
6 "name": "Pixel.Canvas2DRedBox",
7 "url": "file:///../../data/gpu/pixel_canvas2d.html",
Ken Russell (switch to Gerrit) 2013/10/15 23:31:16 I think dtu is in the process of landing a CL whic
dtu 2013/10/16 01:20:41 Yup, https://chromiumcodereview.appspot.com/244510
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",
6 "url": "file:///../../data/gpu/pixel_webgl.html", 35 "url": "file:///../../data/gpu/pixel_webgl.html",
7 "navigate_steps": [ 36 "navigate_steps": [
8 { "action": "navigate"}, 37 { "action": "navigate"},
9 { "action": "wait", "seconds": 4 } 38 {
10 ] 39 "action": "wait",
40 "javascript": "domAutomationController._finished",
41 "timeout": 30
42 }
43 ],
44 "revision": 1,
45 "test_rect": [0, 0, 400, 300]
11 } 46 }
12 ] 47 ]
13 } 48 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698