Fix element positioning

This commit is contained in:
2015-03-03 10:10:00 +01:00
parent 17810c0bb5
commit 196f998c38
26 changed files with 91 additions and 45 deletions
@@ -0,0 +1,9 @@
moduleForModel 'section-element', 'Section element model',
needs: ['model:section', 'model:table']
test "box_size", ->
element = @subject
box_width: 155
box_height: 310
dpm: 200
QUnit.close element.get('box_size'), 1.733, 0.01