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

Unified Diff: content/test/gpu/page_sets/pixel_tests.py

Issue 2535173002: Prevent implicit framebuffer clear from clobbering alpha in emulated RGB (Closed)
Patch Set: fix Created 4 years 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
Index: content/test/gpu/page_sets/pixel_tests.py
diff --git a/content/test/gpu/page_sets/pixel_tests.py b/content/test/gpu/page_sets/pixel_tests.py
index bb66d3ed2a20a52461a78999a5990a06d5e3fd68..5d74e7e6537c84f471a6acac55dcf7966e235b54 100644
--- a/content/test/gpu/page_sets/pixel_tests.py
+++ b/content/test/gpu/page_sets/pixel_tests.py
@@ -202,6 +202,15 @@ class PixelTestsStorySet(story_set_module.StorySet):
shared_page_state_class=WebGLNonChromiumImageSharedPageState,
expectations=expectations))
+ self.AddStory(PixelTestsPage(
+ url='file://../../data/gpu/pixel_webgl_noalpha_implicit_clear.html',
+ name=base_name + '.WebGLGreenTriangle.NonChromiumImage.ImplicitClear',
+ test_rect=[0, 0, 300, 300],
+ revision=1,
+ story_set=self,
+ shared_page_state_class=WebGLNonChromiumImageSharedPageState,
+ expectations=expectations))
Ken Russell (switch to Gerrit) 2016/12/01 07:20:43 Not necessary to add this here; this obsolete page
Kai Ninomiya 2016/12/01 23:30:19 Done.
+
# On macOS, test CSS filter effects with and without the CA compositor.
self.AddStory(PixelTestsPage(
url='file://../../data/gpu/filter_effects.html',

Powered by Google App Engine
This is Rietveld 408576698