Styling Widgets! 12

These tests examine the 'overflow' property on the TEXTAREA element.

Auto

This should be the default. Behaviour is UA-defined (scroll bars should only appear when required).

Scroll

BOTH scroll bars should be visible regardless.

Hidden

Scroll bars should never be visible, you should only be able to see the first part of the text..

Visible

No scroll bars, but text should overflow the box and overlap surrounding text (yep).


Prev Next