LineArea lineArea = (LineArea) node;
/* Should have anterior space of one half-leading, which comes from the
* space-before of this line. */
assertEquals(1200, lineArea.getAnteriorSpace());
/* Same as parent. */
assertEquals(72000, lineArea.crOriginX());
/* Same as parent, but adjusted for a half-leading space-before.
* Default leading is 20% of the font-size, which is 12 points.
* 50% * 20% * 12,000 = 1,200.
* 720,000 - 1,200 = 718,800. */
assertEquals(718800, lineArea.crOriginY());