You will find a div and a text box. The Div is set to "none" making the static text unselectable. However the text box within it is selectable .

A text Box by default is selectable, even if the CSS atribute of the parent div is set to "none".

The -ms-user-select attribute for this Div is set to none.