public void testApply() throws Exception {
StyleEmulationPropertyRenderer renderer =
new StyleEmulationElementSetAttributeRenderer(
new String[] {"table"}, "cellspacing",
new HTML3_2BorderSpacingEmulationAttributeValueRenderer());
Element node = domFactory.createElement();
node.setName("table");
StyleValue first = styleValueFactory.getLength(null, 15, LengthUnit.PX);