| 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..a25b8af9615ec27a59ca13ff26abd4f9c9e79e48 100644
|
| --- a/content/test/gpu/page_sets/gpu_rasterization_tests.py
|
| +++ b/content/test/gpu/page_sets/gpu_rasterization_tests.py
|
| @@ -97,22 +97,12 @@
|
| {'comment': 'outside',
|
| 'color': [255, 255, 255],
|
| 'tolerance': 0,
|
| - 'location': [80, 60],
|
| - 'size': [1, 1]},
|
| - {'comment': 'outside',
|
| - 'color': [255, 255, 255],
|
| - 'tolerance': 0,
|
| - 'location': [28, 20],
|
| + 'location': [5, 5],
|
| 'size': [1, 1]},
|
| {'comment': 'inside',
|
| 'color': [255, 215, 0],
|
| 'tolerance': 0,
|
| - 'location': [32, 25],
|
| - 'size': [1, 1]},
|
| - {'comment': 'inside',
|
| - 'color': [255, 215, 0],
|
| - 'tolerance': 0,
|
| - 'location': [80, 80],
|
| + 'location': [20, 50],
|
| 'size': [1, 1]}
|
| ]
|
| self.test_rect = [0, 0, 100, 100]
|
|
|