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

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

Issue 188073002: Added pixel test that ensures WebGL content can render properly after a context loss and restore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« no previous file with comments | « content/test/data/gpu/pixel_webgl_context_restore.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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", 6 "name": "Pixel.Canvas2DRedBox",
7 "url": "file://../../data/gpu/pixel_canvas2d.html", 7 "url": "file://../../data/gpu/pixel_canvas2d.html",
8 "navigate_steps": [ 8 "navigate_steps": [
9 { "action": "navigate"}, 9 { "action": "navigate"},
10 { 10 {
(...skipping 25 matching lines...) Expand all
36 "navigate_steps": [ 36 "navigate_steps": [
37 { "action": "navigate"}, 37 { "action": "navigate"},
38 { 38 {
39 "action": "wait", 39 "action": "wait",
40 "javascript": "domAutomationController._finished", 40 "javascript": "domAutomationController._finished",
41 "timeout": 30 41 "timeout": 30
42 } 42 }
43 ], 43 ],
44 "revision": 3, 44 "revision": 3,
45 "test_rect": [0, 0, 400, 300] 45 "test_rect": [0, 0, 400, 300]
46 },
47 {
48 "name": "Pixel.WebGLYellowTriangleContextRestore",
49 "url": "file://../../data/gpu/pixel_webgl_context_restore.html",
50 "navigate_steps": [
51 { "action": "navigate"},
52 {
53 "action": "wait",
54 "javascript": "domAutomationController._finished",
55 "timeout": 30
56 }
57 ],
58 "revision": 2,
59 "test_rect": [0, 0, 400, 300]
46 } 60 }
47 ] 61 ]
48 } 62 }
OLDNEW
« no previous file with comments | « content/test/data/gpu/pixel_webgl_context_restore.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698