" HTMLPanel htmlPanel = new HTMLPanel('my HTML', 10);",
" add(htmlPanel);",
" }",
" }",
"}");
panel.refresh();
//
assertHierarchy(
"{this: com.gwtext.client.widgets.Panel} {this} {/setLayout(new RowLayout())/ /add(htmlPanel)/}",
" {new: com.gwtext.client.widgets.layout.RowLayout} {empty} {/setLayout(new RowLayout())/}",
" {new: com.gwtext.client.widgets.HTMLPanel} {local-unique: htmlPanel} {/new HTMLPanel('my HTML', 10)/ /add(htmlPanel)/}",