" button.setSize('100%', '100%');",
" }",
" }",
" }",
"}");
HorizontalSplitPanelInfo panel = getJavaInfoByName("panel");
WidgetInfo button = getJavaInfoByName("button");
//
canvas.beginDrag(button).dragTo(panel, 0.9, 0.5).endDrag();
assertEditor(
"// filler filler filler filler filler",