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