GlassPanel test cases to consider
- Every GWT supported browser/platform
- Quirks (
BackCompat
) and Strict mode (CSS1Compat
)
- Each combination of above states: BODY size; HTML size;, document scrolling enabled
- Varrying sizes of margins/borders on both HTML and BODY element, possibly with the exception of negative margins which are not yet fully supported
- Attached to the document BODY (
RootPanel.get()
), various HTML elements (RootPanel.get(String id)
), instances of AbsolutePanel
- With the browser window either smaller or larger than the document body (indicated with a 1px blue border)