assertNotNull(findChildAction(menu, "bottom + height"));
assertNotNull(findChildAction(menu, "top + bottom"));
{
IAction action = findChildAction(menu, "top + bottom");
action.setChecked(true);
action.run();
assertEditor(
"public class Test implements EntryPoint {",
" public void onModuleLoad() {",
" RootLayoutPanel rootPanel = RootLayoutPanel.get();",
" {",