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

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

Issue 2469893003: [Merge to 2883] mac: Fix bug where opacity is applied twice on RenderPassDrawQuads. (Closed)
Patch Set: Created 4 years, 1 month 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/filter_effects.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/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 caf941774ba1ddd60ebeb834ef2d20466fc486eb..b8c4a4a5ecdbc3fbb6453bdb073dd6e4e986bf71 100644
--- a/content/test/gpu/gpu_tests/pixel_test_pages.py
+++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
@@ -279,12 +279,12 @@ def MacSpecificPages(base_name):
'filter_effects.html',
base_name + '_CSSFilterEffects',
test_rect=[0, 0, 300, 300],
- revision=2),
+ revision=3),
PixelTestPage(
'filter_effects.html',
base_name + '_CSSFilterEffects_NoOverlays',
test_rect=[0, 0, 300, 300],
- revision=2,
+ revision=3,
tolerance=10,
browser_args=['--disable-mac-overlays']),
]
« no previous file with comments | « content/test/data/gpu/filter_effects.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698