FastHtmlImageBounds bounds = new FastHtmlImageBounds(StrictGeomUtility.toInternalValue(20.465),
StrictGeomUtility.toInternalValue(20.465), StrictGeomUtility.toInternalValue(16),
StrictGeomUtility.toInternalValue(16));
recordedBounds.put(element.getElement(1).getObjectID(), bounds);
ExpressionRuntime runtime = new GenericExpressionRuntime(new DefaultTableModel(), 0, new DefaultProcessingContext(report));
assertTrue(te.performOutput(element, setup.productImpliedStyles(), recordedBounds, runtime));
String text = setup.getResult();
String start = text.substring(0, FAST_HTML_MATCH.length());
assertEquals(FAST_HTML_MATCH, start);
assertTrue(text.endsWith("</span>\n"));