"public class Test implements EntryPoint {",
" public void onModuleLoad() {",
" RootPanel rootPanel = RootPanel.get();",
" }",
"}");
GwtState state = frame.getState();
//
Rectangle bounds = state.getAbsoluteBounds(null);
assertEquals(new Rectangle(), bounds);
}