I'm using TWebBrowser to preview generated HTML pages and was using the CSS box-sizing:border-box to specify the box model and trying to use display:table display:table-cell vertical-align:middle to achieve vertically aligned text.
The problem is that while ordinary IE10 or IE11 applies this CSS, giving nicely sized and centred text, the TWebBrowser in my program doesn't.