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

Unified Diff: content/test/gpu/gpu_tests/pixel_test_pages.py

Issue 2822743003: Preserve alpha channel of 1.0 when emulating RGB back buffer.
Patch Set: Created 3 years, 8 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
Index: content/test/gpu/gpu_tests/pixel_test_pages.py
diff --git a/content/test/gpu/gpu_tests/pixel_test_pages.py b/content/test/gpu/gpu_tests/pixel_test_pages.py
index 5d857842d359cb49ff9740d979bdb2cbb70ed39b..a77e72ca59cfda8d62dd7968eebd37292bcaadf1 100644
--- a/content/test/gpu/gpu_tests/pixel_test_pages.py
+++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
@@ -91,6 +91,12 @@ def DefaultPages(base_name):
revision=1),
PixelTestPage(
+ 'pixel_webgl2_blitframebuffer_noalpha.html',
+ base_name + '_WebGL2_BlitFramebuffer_NoAlpha',
+ test_rect=[0, 0, 300, 300],
+ revision=1),
+
+ PixelTestPage(
'pixel_scissor.html',
base_name + '_ScissorTestWithPreserveDrawingBuffer',
test_rect=[0, 0, 300, 300],

Powered by Google App Engine
This is Rietveld 408576698