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

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

Issue 2112603003: Add pixel test for solid color backgrounds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/page_sets/gpu_rasterization_tests.py
diff --git a/content/test/gpu/page_sets/gpu_rasterization_tests.py b/content/test/gpu/page_sets/gpu_rasterization_tests.py
index d51547f765fa4632845dbef57735a4049ff7843f..444a82d93ca992126f14a483fc66d0e0497c0b25 100644
--- a/content/test/gpu/page_sets/gpu_rasterization_tests.py
+++ b/content/test/gpu/page_sets/gpu_rasterization_tests.py
@@ -16,22 +16,22 @@ class GpuRasterizationBlueBoxPage(gpu_test_base.PageBase):
self.expectations = [
{'comment': 'body-t',
- 'color': [255, 255, 255],
+ 'color': [0, 128, 0],
'tolerance': 0,
'location': [5, 5],
'size': [1, 1]},
{'comment': 'body-r',
- 'color': [255, 255, 255],
+ 'color': [0, 128, 0],
'tolerance': 0,
'location': [215, 5],
'size': [1, 1]},
{'comment': 'body-b',
- 'color': [255, 255, 255],
+ 'color': [0, 128, 0],
'tolerance': 0,
'location': [215, 215],
'size': [1, 1]},
{'comment': 'body-l',
- 'color': [255, 255, 255],
+ 'color': [0, 128, 0],
'tolerance': 0,
'location': [5, 215],
'size': [1, 1]},

Powered by Google App Engine
This is Rietveld 408576698