Give the map some height for the box tests

This commit is contained in:
Tim Schaub
2018-11-13 15:46:40 +01:00
parent f2cab1fcbb
commit c612cce591

View File

@@ -13,6 +13,8 @@ describe('ol.render.Box', function() {
box = new RenderBox('test-box');
target = document.createElement('div');
target.style.height = '256px';
document.body.appendChild(target);
map = new Map({