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] |