helper.render(element));
/**
* Test margin bottom style applied
*/
element = emulator.emulateHorizontalRule(new DOMOutputBuffer(),
createHorizontalRuleAttributes("margin-bottom: 8px"));
assertEquals("Incorrect Hr Emulation",marginBottomAlignStyle_Expected,
helper.render(element));
}