*/
public void testInsertSameAttrsDocStart3NewLinesText() throws Exception {
insertOffset = 0;
// doc.insertString(insertOffset, newLines3Text, null);
content.insertString(insertOffset, newLines3Text);
event = doc.new DefaultDocumentEvent(insertOffset, newLines3Len * 2, EventType.INSERT);
ElementSpec[] specs = { new ElementSpec(null, ElementSpec.ContentType, newLineLen * 2),
new ElementSpec(null, ElementSpec.EndTagType),
new ElementSpec(bold, ElementSpec.StartTagType),
new ElementSpec(null, ElementSpec.ContentType, newLineLen * 2),
new ElementSpec(null, ElementSpec.EndTagType),