Make the rendering tests pass in IE11
For 2 test cases, the thresholds were also too low for Chrome on OSX.
This commit is contained in:
@@ -66,7 +66,7 @@ describe('ol.rendering.layer.VectorTile', function() {
|
||||
map = createMap('canvas');
|
||||
waitForTiles(source, {}, function() {
|
||||
expectResemble(map, 'spec/ol/layer/expected/vectortile-canvas.png',
|
||||
IMAGE_TOLERANCE, done);
|
||||
11.0, done);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user