/* Computed as that for the previous line, adjusted for one line,
* including another half-leading, the space-after for that line.
* 718,800 - 12,000 - 1,200 = 705,600. */
assertEquals(705600, insideBlockArea.crOriginY());
/* Same as parent. */
assertEquals(432000, insideBlockArea.crIpd());
/* Height of 0, as it has no content. */
assertEquals(0, insideBlockArea.crBpd());
/* The third child of the outer block area is another line-area. */
node = outerBlockArea.getChildAt(2);