TTMSFMXWebBrowser.LoadHTML not showing anything

I drop a TTMSFMXWebBrowser on a form, call its LoadHTML procedure and it just does not show anything. Navigating to a website works.


browser.LoadHTML('<body>This is a test</body>');

Nothing is displayed and the browser stays empty.
I cannot reproduce this.