From what I've read/viewed online about using GWT, the key is to develop/debug in the Hosted Mode browser versus compiling and testing in normal browsers.
As a UI developer - the rendering engine is a key piece of the puzzle when using a custom/embedded browser.
Thus (since I can't find the info anywhere), what browser rendering engine is used by the Hosted Mode browser?
Gecko (e.g. Firefox) Trident (e.g. Internet Explorer) Webkit (e.g. Safari/Chrome)
And if known, which version of the engine? e.g. (the IE6 ver of IE), or (the 3.5.x ver of FF), etc.