Method Summary |
|
public String | getModuleName() |
public void | testAddEditRemoveAdd() Test that removing and re-adding an RTA doesn't destroy its contents (Only
IE actually preserves dynamically-created iframe contents across DOM
removal/re-adding). |
public void | testSetHTMLAfterInit() Test that a delayed set of HTML is reflected. |
public void | testSetHTMLBeforeInit() Test that an immediate set of HTML is reflected immediately and after a
delay. |
public void | testSetTextAfterInit() Test that delayed set of text is reflected. |
public void | testSetTextBeforeInit() Test that an immediate set of text is reflected immediately and after a
delay. |