"{this: com.gwtext.client.widgets.Panel} {this} {/setLayout(new AbsoluteLayout())/ /add(label)/}",
" {new: com.gwtext.client.widgets.layout.AbsoluteLayout} {empty} {/setLayout(new AbsoluteLayout())/}",
" {new: com.gwtext.client.widgets.form.Label} {local-unique: label} {/new Label()/ /add(label)/}",
" {virtual-layout_data: com.gwtext.client.widgets.layout.AbsoluteLayoutData} {virtual-layout-data} {}");
WidgetInfo label = panel.getChildrenWidgets().get(0);
AbsoluteLayoutDataInfo layoutData = AbsoluteLayoutInfo.getAbsoluteData(label);
assertNotNull(layoutData);
}