Use the buttons below and then attempt selecting in the bordered area underneath.
Some notes:
*-user-select: none doesn't prevent you from
					selecting within textboxes, whereas in Firefox it doesunselectable attribute (used where user-select
					is unavailable, e.g. IE < 10 and Opera) does not prevent text selection
					when the selection is started from outside the node in question-ms-user-select exhibits the same behavior as
					described in the previous bullet; all other browsers which implement
					*-user-select seem to properly prevent selection even
					when it is started outside of the node in questionunselectable attribute on textboxesunselectable on textboxes, but moreover, it
					prevents any input whatsoever| A | table | here |