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

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

Issue 2046023002: Reland of Strengthen GpuRasterizationConcavePathsPagetest test. (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
« no previous file with comments | « no previous file | 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/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 a25b8af9615ec27a59ca13ff26abd4f9c9e79e48..d51547f765fa4632845dbef57735a4049ff7843f 100644
--- a/content/test/gpu/page_sets/gpu_rasterization_tests.py
+++ b/content/test/gpu/page_sets/gpu_rasterization_tests.py
@@ -97,12 +97,22 @@
{'comment': 'outside',
'color': [255, 255, 255],
'tolerance': 0,
- 'location': [5, 5],
+ 'location': [80, 60],
+ 'size': [1, 1]},
+ {'comment': 'outside',
+ 'color': [255, 255, 255],
+ 'tolerance': 0,
+ 'location': [28, 20],
'size': [1, 1]},
{'comment': 'inside',
'color': [255, 215, 0],
'tolerance': 0,
- 'location': [20, 50],
+ 'location': [32, 25],
+ 'size': [1, 1]},
+ {'comment': 'inside',
+ 'color': [255, 215, 0],
+ 'tolerance': 0,
+ 'location': [80, 80],
'size': [1, 1]}
]
self.test_rect = [0, 0, 100, 100]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698