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

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: Telemetry now waits for signal that test is done from page Created 7 years, 3 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 "url": "file:///../../data/gpu/pixel_browser_plugin.html",
7 "navigate_steps": [
8 { "action": "navigate"},
9 {
10 "action": "wait",
11 "javascript": "domAutomationController._finished",
12 "timeout": 30
13 }
14 ],
15 "revision": 1
16 },
17 {
18 "url": "file:///../../data/gpu/pixel_canvas2d.html",
19 "navigate_steps": [
20 { "action": "navigate"},
21 {
22 "action": "wait",
23 "javascript": "domAutomationController._finished",
24 "timeout": 30
25 }
26 ],
27 "revision": 1
28 },
29 {
30 "url": "file:///../../data/gpu/pixel_css3d.html",
31 "navigate_steps": [
32 { "action": "navigate"},
33 {
34 "action": "wait",
35 "javascript": "domAutomationController._finished",
36 "timeout": 30
37 }
38 ],
39 "revision": 1
40 },
41 {
6 "url": "file:///../../data/gpu/pixel_webgl.html", 42 "url": "file:///../../data/gpu/pixel_webgl.html",
7 "navigate_steps": [ 43 "navigate_steps": [
8 { "action": "navigate"}, 44 { "action": "navigate"},
9 { "action": "wait", "seconds": 4 } 45 {
10 ] 46 "action": "wait",
47 "javascript": "domAutomationController._finished",
48 "timeout": 30
49 }
50 ],
51 "revision": 1
11 } 52 }
12 ] 53 ]
13 } 54 }
OLDNEW
« content/test/gpu/gpu_tests/pixel.py ('K') | « content/test/gpu/gpu_tests/pixel.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698