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

Unified 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, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/data/gpu/pixel_webgl_context_restore.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/page_sets/pixel_tests.json
diff --git a/content/test/gpu/page_sets/pixel_tests.json b/content/test/gpu/page_sets/pixel_tests.json
index 7eabd5ff5657b6b6400e6f5665f8847496ac25fb..9461c8faf55f06719ae5404c7f26ba6f829e3e02 100644
--- a/content/test/gpu/page_sets/pixel_tests.json
+++ b/content/test/gpu/page_sets/pixel_tests.json
@@ -43,6 +43,20 @@
],
"revision": 3,
"test_rect": [0, 0, 400, 300]
+ },
+ {
+ "name": "Pixel.WebGLYellowTriangleContextRestore",
+ "url": "file://../../data/gpu/pixel_webgl_context_restore.html",
+ "navigate_steps": [
+ { "action": "navigate"},
+ {
+ "action": "wait",
+ "javascript": "domAutomationController._finished",
+ "timeout": 30
+ }
+ ],
+ "revision": 2,
+ "test_rect": [0, 0, 400, 300]
}
]
}
« 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